Enumeration
DefaultRenderingIntent
The default rendering intent.
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 | Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device. Note: Leaves colors that fall inside the destination gamut unchanged and clips out-of-gamut colors. | |
| Number = 1380544611 | readonly | Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change. | |
| Number = 1380545123 | readonly | Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly. Out-of-gamut colors are shifted to the closest reproducible color in the destination color space. Note: Preserves more of the original colors in an image than perceptual rendering intent does. | |
| Number = 1380545377 | readonly | Tries to produce vivid colors in an image at the expense of color accuracy. |
Object of 1
Properties elsewhere that hold an DefaultRenderingIntent value.