Color Space Constants
A signature value that indicates the color space in which the profile data is defined. Can be any of the following values.
Profile Class | Signature |
---|---|
XYZ | SPACE_XYZ |
Lab | SPACE_Lab |
Luv | SPACE_Luv |
YCbCr | SPACE_YCbCr |
Yxy | SPACE_Yxy |
RGB | SPACE_RGB |
Gray scale | SPACE_GRAY |
HSV | SPACE_HSV |
HLS | SPACE_HLS |
CMYK | SPACE_CMYK |
CMY | SPACE_CMY |
Generic 2 channel | SPACE_2_CHANNEL |
Generic 3 channel | SPACE_3_CHANNEL |
Generic 4 channel | SPACE_4_CHANNEL |
Generic 5 channel | SPACE_5_CHANNEL |
Generic 6 channel | SPACE_6_CHANNEL |
Generic 7 channel | SPACE_7_CHANNEL |
Generic 8 channel | SPACE_8_CHANNEL |
Related topics