Flags
The type of separation that was used to create the grayscale bitmaps. Valid values are:
Value |
Meaning |
COLORSEP_RGB |
Merge bitmaps from three RGB planes. |
COLORSEP_CMYK |
Merge bitmaps from four CMYK planes. |
COLORSEP_CMY |
Merge bitmaps from three CMY planes. |
COLORSEP_HSV |
Merge bitmaps from three HSV planes. |
COLORSEP_YUV |
Merge bitmaps from three YUV planes. |
COLORSEP_XYZ |
Merge bitmaps from three XYZ planes. |
COLORSEP_LAB |
Merge bitmaps from three LAB planes. |
COLORSEP_YCrCb |
Merge bitmaps from three YCrCb planes. |
COLORSEP_SCT |
Merge bitmaps from three SCT planes. |
COLORSEP_HLS |
Merge bitmaps from three HLS planes. |