Click or drag to resize

AxoColorGetHue Method

Gets the hue value of the color.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public float GetHue()

Return Value

Single
The hue component in the range [0, 1].
Exceptions
ExceptionCondition
InvalidProgramExceptionThrown when the RGB components cannot be classified into a valid hue sector.
See Also