pub fn saturate(child: impl IntoUiNode, amount: impl IntoVar<Factor>) -> UiNodeExpand 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.