Adds a sepia filter effect.
value can be 'Dim.percent(50)' or 'Dim(0.5)'.
value
Filter applySepia(Dim value) { _filters.add(BackdropFilterType.sepia.cssText(value)); return this; }