Function zng_wgt_filter::backdrop_saturate
source ยท pub fn backdrop_saturate(
child: impl UiNode,
amount: impl IntoVar<Factor>,
) -> impl UiNode
Expand description
P
Adjust color saturation of everything behind the widget.
Zero fully desaturates, one is the original saturation.
This property is a shorthand way of setting backdrop_filter
to Filter::new_saturate
using variable mapping.