Function zng_wgt_filter::sepia

source ยท
pub fn sepia(child: impl UiNode, amount: impl IntoVar<Factor>) -> impl UiNode
Expand description

P Sepia tone the widget.

zero is the original colors, one is the full desaturated brown look.

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