Enumeration
RenderingIntent
Rendering intent options.
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 = 1380540771 | readonly | Maintains color accuracy at the expense of preserving relationships between colors; most suitable for previewing how paper color affects printed colors. | |
| Number = 1380544611 | readonly | Preserves the visual relationship between colors at the expense of actual color values; most suitable for photographic images with high percentages of out-of-gamut colors. | |
| Number = 1380545123 | readonly | Compares the extreme highlight of the source color space to that of the desination color space and shifts all colors accordingly; out-of-gamut colors are shifted to the closest reproducible color in the destination color space. | |
| Number = 1380545377 | readonly | Produces vivid colors at the expense of color accuracy; most suitable for business graphics such as graphs or charts. | |
| Number = 1380541299 | readonly | Uses the current color settings. |
Object of 7
Properties elsewhere that hold an RenderingIntent value.