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