Color Space Type Identifiers

These constants specify the type of a Postscript 2 color space array. The following values are valid color space array types.

CSA_A

Get a CIEBasedA color space array from the monochrome profile.

CSA_GRAY

Get a CIEBasedA color space array from the monochrome profile.

CSA_ABC

Get a CIEBasedABC color space array from the RGB or L*a*b profile.

CSA_DEF

Get a CIEBasedDEF color space array from the RGB or L*a*b profile.

CSA_RGB

Get a CIEBasedDEF color space array followed by a CIEBasedABC color space array from the RGB profile. On execution, if the printer doesn't support CIEBasedDEF color spaces, the function uses the CIEBasedABC definition.

CSA_Lab

Gets a CIEBasedABC color space array from the L*a*b profile.

CSA_DEFG

Get a CIEBasedDEFG color space array from the CMYK profile.

CSA_CMYK

Get a CIEBasedCMYK color space array from the CMYK profile.

See also

Basic color management concepts

ICM Constants