Enumeration
EPSColorSpace
Color space options for representing color in the exported EPS.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1129142603 | readonly | Creates a separable file by representing all color values using the gamut of CYMK process color inks. | |
| Number = 1766290041 | readonly | Converts all color values to high-quality black-and-white images. Gray levels of the converted objects represent the luminosity of the original objects. | |
| Number = 1164208483 | readonly | Uses PostScript color management (includes profiles). | |
| Number = 1666336578 | readonly | Represents all color values using the RGB color space. Best suited for documents that will be viewed on-screen. | |
| Number = 1970161251 | readonly | Leaves each image in its original color space. |
Object of 1
Properties elsewhere that hold an EPSColorSpace value.