GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure
Members
In This Topic
    GoColor Structure
    In This Topic
    The GoColor structure represents a color in five different color models, RGB, CMY, CMYK, HSB, and HSL. Each of the components of the color models can be modified to change the represented color.
    Syntax
    public struct GoColor : System.ValueType 
    Remarks
    There are a number of static (shared) methods to easily construct a GoColor from a System.Drawing.Color or from color values in the different color models.
    See Also