Gets the Hue of the color.
public double Hue { get; }
member this.Hue : double
The Hue component of the color as a double that is in the inclusive range [0-1].
Thank you.