Function zng_wgt_filter::backdrop_invert
source ยท pub fn backdrop_invert(
child: impl UiNode,
amount: impl IntoVar<Factor>,
) -> impl UiNode
Expand description
P
Inverts the colors of everything behind the widget.
Zero does not invert, one fully inverts.
This property is a shorthand way of setting backdrop_filter
to Filter::new_invert
using variable mapping.