Specifies ImageGear color space IDs.
Syntax
Members
Member | Description |
A | Image has alpha channel; color channels are not pre-multiplied by Alpha channel. |
CMY | CMY color space. |
CMYK | CMYK color space. |
CMYKEx | CMYK + Extra channel. |
ColorMask | Bitmask used to access color space description for color channels only (e.g., RGBEx & ColorMask == RGB; GyA & ColorMask == Gy). |
Ex | Extra channel. |
Gy | Grayscale color space. |
GyA | Grayscale + Alpha channel. |
GyPA | Grayscale + premultiplied alpha channel. |
GyPAEx | Grayscale + premultiplied alpha channel + extra channel. |
HLS | HLS color space. |
I | Indexed RGB color space. Has RGBQuad palette and one channel. Channel depth is <= 8;
the number of palette entries is 2^<channel depth>. No other color space can have non-null palette. |
IHS | IHS color space. |
LAB | LAB color space. |
NONE | No color space is specified. |
P | Premultiplied channel. |
RGB | RGB color space. |
RGBA | RGB + alpha channel. |
RGBAEx | RGB + alpha + extra channel. |
RGBEx | RGB + extra channel. |
RGBPA | RGB + premultiplied alpha channel. |
RGBPAEx | RGB + premultiplied alpha channel + extra channel. |
Unknown | Only ‘Extra’ channels are present (1 or more channels). |
YCbCr | YCbCr color space. |
YIQ | YIQ color space. |
YUV | YUV color space. |
Inheritance Hierarchy
See Also