GetHue

Rgb24Color.GetHue method

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

public float GetHue()

See Also