Function zng_wgt_filter::backdrop_hue_rotate
source ยท pub fn backdrop_hue_rotate(
child: impl UiNode,
angle: impl IntoVar<AngleDegree>,
) -> impl UiNode
Expand description
P
Hue shift the colors behind the widget.
Adds angle
to the hue
of the widget colors.
This property is a shorthand way of setting backdrop_filter
to Filter::new_hue_rotate
using variable mapping.