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

    Property Value

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