saturate

Function saturate 

Source
pub fn saturate(child: impl IntoUiNode, amount: impl IntoVar<Factor>) -> UiNode
Expand description

P Adjust the widget colors saturation.

Zero fully desaturates, one is the original saturation.

This property is a shorthand way of setting filter to Filter::new_saturate using variable mapping.