Adobe InDesign CS6 Server (8.0) Object Model JS: EPSColorSpace
From InDesign Server CS6
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.POSTSCRIPT_COLOR_MANAGEMENT | Uses PostScript color management (includes profiles). | 1164208483 = 'Edic' |
| 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, 28-Apr-2012 v3.0.3i | Contents :: Index |