GoDiagram Win Reference
GoColor Structure Members
Properties  Methods 


The following tables list the members exposed by GoColor.

Public Properties
 NameDescription
Public PropertyAlphaGets or sets the transparency of the color.  
Public PropertyCmyCyanGets or sets the "Cyan" component of the color according to the CMY color model.  
Public PropertyCmykCyanGets or sets the "Cyan" component of the color according to the CMYK color model.  
Public PropertyCmykKeyGets or sets the "Key" component (amount of black) of the color according to the CMYK color model.  
Public PropertyCmykMagentaGets or sets the "Magenta" component of the color according to the CMYK color model.  
Public PropertyCmykYellowGets or sets the "Yellow" component of the color according to the CMYK color model.  
Public PropertyCmyMagentaGets or sets the "Magenta" component of the color according to the CMY color model.  
Public PropertyCmyYellowGets or sets the "Yellow" component of the color according to the CMY color model.  
Public PropertyColorGets or sets the color represented by the Northwoods.Go.Draw.GoColor.  
Public PropertyDarkerReturn a GoColor that is darker but has the same hue.  
Public PropertyEmptyGets a transparent and colorless GoColor.  
Public PropertyHsbBrightnessGets or sets the "Brightness" component of the color according to the HSB color model.  
Public PropertyHsbHueGets or sets the "Hue" component of the color according to the HSB color model.  
Public PropertyHsbSaturationGets or sets the "Saturation" component of the color according to the HSB color model.  
Public PropertyHslHueGets or sets the "Hue" component of the color according to the HSL color model.  
Public PropertyHslLuminanceGets or sets the "Luminance" component of the color according to the HSL color model.  
Public PropertyHslSaturationGets or sets the "Saturation" component of the color according to the HSL color model.  
Public PropertyIntenserReturn a GoColor that is more saturated but has the same hue.  
Public PropertyIsEmptyDetermines if the represented color is empty (i.e. it has no color and is fully transparent).  
Public PropertyLighterReturn a GoColor that is lighter but has the same hue.  
Public PropertyRgbBlueGets or sets the "Blue" component of the color according to the RGB color model.  
Public PropertyRgbGreenGets or sets the "Green" component of the color according to the RGB color model.  
Public PropertyRgbRedGets or sets the "Red" component of the color according to the RGB color model.  
Public PropertySofterReturn a GoColor that is less saturated but has the same hue.  
Public PropertyVeryLightReturn a GoColor with the same hue that is very bright and unsaturated.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ColorFromAcmyCreates a System.Drawing.Color structure from the four ACMY component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromAcmykCreates a System.Drawing.Color structure from the five ACMYK component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromAhsbCreates a System.Drawing.Color structure from the four AHSB component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromAhslCreates a System.Drawing.Color structure from the four AHSL component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromArgbCreates a System.Drawing.Color structure from the four ARGB component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromCmyCreates a System.Drawing.Color structure from the three CMY component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromCmykCreates a System.Drawing.Color structure from the four CMYK component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromHsbCreates a System.Drawing.Color structure from the three HSB component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromHslCreates a System.Drawing.Color structure from the three HSL component values.  
Public Methodstatic (Shared in Visual Basic)ColorFromRgbCreates a System.Drawing.Color structure from the three RGB component values.  
Public MethodEqualsDetermines whether the specified System.Object is equal to the current Northwoods.Go.Draw.GoColor.  
Public Methodstatic (Shared in Visual Basic)FromOverloaded. Creates a Northwoods.Go.Draw.GoColor structure from the specified Color structure.  
Public Methodstatic (Shared in Visual Basic)FromAcmyCreates a Northwoods.Go.Draw.GoColor structure from the four ACMY component values.  
Public Methodstatic (Shared in Visual Basic)FromAcmykCreates a Northwoods.Go.Draw.GoColor structure from the five ACMYK component values.  
Public Methodstatic (Shared in Visual Basic)FromAhsbCreates a Northwoods.Go.Draw.GoColor structure from the four AHSB component values.  
Public Methodstatic (Shared in Visual Basic)FromAhslCreates a Northwoods.Go.Draw.GoColor structure from the four AHSL component values.  
Public Methodstatic (Shared in Visual Basic)FromArgbCreates a Northwoods.Go.Draw.GoColor structure from the four ARGB component values.  
Public Methodstatic (Shared in Visual Basic)FromCmyCreates a Northwoods.Go.Draw.GoColor structure from the three CMY component values.  
Public Methodstatic (Shared in Visual Basic)FromCmykCreates a Northwoods.Go.Draw.GoColor structure from the four CMYK component values.  
Public Methodstatic (Shared in Visual Basic)FromHsbCreates a Northwoods.Go.Draw.GoColor structure from the three HSB component values.  
Public Methodstatic (Shared in Visual Basic)FromHslCreates a Northwoods.Go.Draw.GoColor structure from the three HSL component values.  
Public Methodstatic (Shared in Visual Basic)FromRgbCreates a Northwoods.Go.Draw.GoColor structure from the three RGB component values.  
Public MethodGetHashCodeReturns the hash code for this Northwoods.Go.Draw.GoColor.  
Public MethodSetAcmySets the color of the Northwoods.Go.Draw.GoColor from the four ACMY component values.  
Public MethodSetAcmykSets the color of the Northwoods.Go.Draw.GoColor from the five ACMYK component values.  
Public MethodSetAhsbSets the color of the Northwoods.Go.Draw.GoColor from the four AHSB component values.  
Public MethodSetAhslSets the color of the Northwoods.Go.Draw.GoColor from the four AHSL component values.  
Public MethodSetArgbSets the color of the Northwoods.Go.Draw.GoColor from the four ARGB component values.  
Public MethodSetCmySets the color of the Northwoods.Go.Draw.GoColor from the three CMY component values.  
Public MethodSetCmykSets the color of the Northwoods.Go.Draw.GoColor from the four CMYK component values.  
Public MethodSetHsbSets the color of the Northwoods.Go.Draw.GoColor from the three HSB component values.  
Public MethodSetHslSets the color of the Northwoods.Go.Draw.GoColor from the three HSL component values.  
Public MethodSetRgbSets the color of the Northwoods.Go.Draw.GoColor from the three RGB component values.  
Public MethodToHexReturns the Northwoods.Go.Draw.GoColor as a hex RGB triplet string.  
Public MethodToStringReturns a string representation of this Northwoods.Go.Draw.GoColor.  
Top
Public Operators
public Operator Equality Overridden equivalence operator.
public Operator Inequality Overridden unequivalence operator.
Top
See Also

Reference

GoColor Structure
Northwoods.Go.Draw Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback