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

    Property Value

    HsbBrightness ranges from 0.0f to 1.0f, inclusive.
    See Also