GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure
Properties Methods


In This Topic
    GoColor Structure Members
    In This Topic

    The following tables list the members exposed by GoColor.

    Public Properties
     NameDescription
    Public Property Gets or sets the transparency of the color.  
    Public Property Gets or sets the "Cyan" component of the color according to the CMY color model.  
    Public Property Gets or sets the "Cyan" component of the color according to the CMYK color model.  
    Public Property Gets or sets the "Key" component (amount of black) of the color according to the CMYK color model.  
    Public Property Gets or sets the "Magenta" component of the color according to the CMYK color model.  
    Public Property Gets or sets the "Yellow" component of the color according to the CMYK color model.  
    Public Property Gets or sets the "Magenta" component of the color according to the CMY color model.  
    Public Property Gets or sets the "Yellow" component of the color according to the CMY color model.  
    Public Property Gets or sets the color represented by the Northwoods.Go.Draw.GoColor.  
    Public Property Return a GoColor that is darker but has the same hue.  
    Public Property Gets a transparent and colorless GoColor.  
    Public Property Gets or sets the "Brightness" component of the color according to the HSB color model.  
    Public Property Gets or sets the "Hue" component of the color according to the HSB color model.  
    Public Property Gets or sets the "Saturation" component of the color according to the HSB color model.  
    Public Property Gets or sets the "Hue" component of the color according to the HSL color model.  
    Public Property Gets or sets the "Luminance" component of the color according to the HSL color model.  
    Public Property Gets or sets the "Saturation" component of the color according to the HSL color model.  
    Public Property Return a GoColor that is more saturated but has the same hue.  
    Public Property Determines if the represented color is empty (i.e. it has no color and is fully transparent).  
    Public Property Return a GoColor that is lighter but has the same hue.  
    Public Property Gets or sets the "Blue" component of the color according to the RGB color model.  
    Public Property Gets or sets the "Green" component of the color according to the RGB color model.  
    Public Property Gets or sets the "Red" component of the color according to the RGB color model.  
    Public Property Return a GoColor that is less saturated but has the same hue.  
    Public Property Return a GoColor with the same hue that is very bright and unsaturated.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the four ACMY component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the five ACMYK component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the four AHSB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the four AHSL component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the four ARGB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the three CMY component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the four CMYK component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the three HSB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the three HSL component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a System.Drawing.Color structure from the three RGB component values.  
    Public Method Determines whether the specified System.Object is equal to the current Northwoods.Go.Draw.GoColor.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the four ACMY component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the five ACMYK component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the four AHSB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the four AHSL component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the four ARGB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the three CMY component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the four CMYK component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the three HSB component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the three HSL component values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Northwoods.Go.Draw.GoColor structure from the three RGB component values.  
    Public Method Returns the hash code for this Northwoods.Go.Draw.GoColor.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the four ACMY component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the five ACMYK component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the four AHSB component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the four AHSL component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the four ARGB component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the three CMY component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the four CMYK component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the three HSB component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the three HSL component values.  
    Public MethodSets the color of the Northwoods.Go.Draw.GoColor from the three RGB component values.  
    Public Method Returns the Northwoods.Go.Draw.GoColor as a hex RGB triplet string.  
    Public Method Returns a string representation of this Northwoods.Go.Draw.GoColor.  
    Top
    Public Operators
    Overridden equivalence operator.
    Overridden unequivalence operator.
    Top
    See Also