Function zng_wgt_filter::backdrop_sepia
source ยท pub fn backdrop_sepia(
child: impl UiNode,
amount: impl IntoVar<Factor>,
) -> impl UiNode
Expand description
P
Sepia tone everything behind the widget.
zero is the original colors, one is the full desaturated brown look.
This property is a shorthand way of setting backdrop_filter
to Filter::new_sepia
using variable mapping.