Color.WithHue

Color.WithHue method

Creates copy of the Color with specified Hue.

public Color WithHue(float hue)
ParameterTypeDescription
hueSingleValue of Hue.

Return Value

>A new instance of the Color class.

See Also