ColorSpace property (ILEADRasterIO)
long ColorSpace | |
Overview |
Refer to Loading a Bitmap from a File. |
Remarks
Gets or sets the color space of the file. Possible values are:
Value |
Meaning |
COLORSPACE_BGR |
[0] Color space is RGB or BGR |
COLORSPACE_YUV |
[1] Color space is YUV or YcbCr |
COLORSPACE_CMYK |
[2] Color space is CMYK |
COLORSPACE_CIELAB |
[3] Color space is CIELab |
See Also