GetHue

Argb32Color.GetHue method

Returns the Hue-Saturation-Lightness (HSL) hue value, in degrees, for this Argb32Color instance. If R == G == B, the hue is meaningless, and the return value is 0.

public float GetHue()

See Also