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

    Property Value

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