Enumeration
JpegColorSpaceEnum
Color space options for representing color in the exported JPEG.
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 | Represents all color values using the CMYK color space. | |
| 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 = 1666336578 | readonly | Represents all color values using the RGB color space. Best suited for documents that will be viewed on-screen. |
Object of 1
Properties elsewhere that hold an JpegColorSpaceEnum value.