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