Name | Description | |
---|---|---|
Alpha | Gets or sets the transparency of the color. | |
CmyCyan | Gets or sets the "Cyan" component of the color according to the CMY color model. | |
CmykCyan | Gets or sets the "Cyan" component of the color according to the CMYK color model. | |
CmykKey | Gets or sets the "Key" component (amount of black) of the color according to the CMYK color model. | |
CmykMagenta | Gets or sets the "Magenta" component of the color according to the CMYK color model. | |
CmykYellow | Gets or sets the "Yellow" component of the color according to the CMYK color model. | |
CmyMagenta | Gets or sets the "Magenta" component of the color according to the CMY color model. | |
CmyYellow | Gets or sets the "Yellow" component of the color according to the CMY color model. | |
Color | Gets or sets the color represented by the Northwoods.Go.Draw.GoColor. | |
Darker | Return a GoColor that is darker but has the same hue. | |
Empty | Gets a transparent and colorless GoColor. | |
HsbBrightness | Gets or sets the "Brightness" component of the color according to the HSB color model. | |
HsbHue | Gets or sets the "Hue" component of the color according to the HSB color model. | |
HsbSaturation | Gets or sets the "Saturation" component of the color according to the HSB color model. | |
HslHue | Gets or sets the "Hue" component of the color according to the HSL color model. | |
HslLuminance | Gets or sets the "Luminance" component of the color according to the HSL color model. | |
HslSaturation | Gets or sets the "Saturation" component of the color according to the HSL color model. | |
Intenser | Return a GoColor that is more saturated but has the same hue. | |
IsEmpty | Determines if the represented color is empty (i.e. it has no color and is fully transparent). | |
Lighter | Return a GoColor that is lighter but has the same hue. | |
RgbBlue | Gets or sets the "Blue" component of the color according to the RGB color model. | |
RgbGreen | Gets or sets the "Green" component of the color according to the RGB color model. | |
RgbRed | Gets or sets the "Red" component of the color according to the RGB color model. | |
Softer | Return a GoColor that is less saturated but has the same hue. | |
VeryLight | Return a GoColor with the same hue that is very bright and unsaturated. |