GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure / HslHue Property
In This Topic
    HslHue Property
    In This Topic
    Gets or sets the "Hue" component of the color according to the HSL color model.
    Syntax
    public float HslHue {get; set;}

    Property Value

    HslHue ranges from 0.0f to 360.0f, inclusive.
    See Also