Adobe InDesign CS (3.0) Object Model JS: EPSColorSpace
From InDesign CS
Color space options for representing color in the exported EPS.
Value
| Name | Description | Value |
|---|---|---|
| EPSColorSpace.CMYK | Creates a separable file by representing all color values using the gamut of CYMK process color inks. | 1129142603 = 'CMYK' |
| EPSColorSpace.GRAY | Converts all color values to high-quality black-and-white images. Gray levels of the converted objects represent the luminosity of the original objects. | 1766290041 = 'iGry' |
| EPSColorSpace.RGB | Represents all color values using the RGB color space. Best suited for documents that will be viewed on-screen. | 1666336578 = 'cRGB' |
| EPSColorSpace.UNCHANGED_COLOR_SPACE | Leaves each image in its original color space. | 1970161251 = 'unFc' |
Usage
As property
EPSExportPreference.epsColor
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |