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

    Property Value

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