GoColorComponent Enumeration
In This Topic
The GoColorComponent enumeration is used by the
GoColorSlider control for specifying the color component to display and modify.
Syntax
Members
Member | Description |
CmyCyan |
Specifies the "Cyan" component of the CMY color model.
|
CmykCyan |
Specifies the "Cyan" component of the CMYK color model.
|
CmykKey |
Specifies the "Key" component (amount of black) of the CMYK color model.
|
CmykMagenta |
Specifies the "Magenta" component of the CMYK color model.
|
CmykYellow |
Specifies the "Yellow" component of the CMYK color model.
|
CmyMagenta |
Specifies the "Magenta" component of the CMY color model.
|
CmyYellow |
Specifies the "Yellow" component of the CMY color model.
|
HsbBrightness |
Specifies the "Brightness" component of the HSB color model.
|
HsbHue |
Specifies the "Hue" component of the HSB color model.
|
HsbSaturation |
Specifies the "Saturation" component of the HSB color model.
|
HslHue |
Specifies the "Hue" component of the HSL color model.
|
HslLuminance |
Specifies the "Brightness" component of the HSL color model.
|
HslSaturation |
Specifies the "Saturation" component of the HSL color model.
|
RgbBlue |
Specifies the "Blue" component of the RGB color model.
|
RgbGreen |
Specifies the "Green" component of the RGB color model.
|
RgbRed |
Specifies the "Red" component of the RGB color model.
|
See Also