sepia

Function sepia 

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