hue_rotate

Function hue_rotate 

Source
pub fn hue_rotate(
    child: impl IntoUiNode,
    angle: impl IntoVar<AngleDegree>,
) -> UiNode
Expand description

P Hue shift the widget colors.

Adds angle to the hue of the widget colors.

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