Enumeration
ColorSettingsPolicy
The policy for handling mismatched CMYK configurations.
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 = 1129344870 | readonly | Turns off color management for documents whose profiles do not match the working space. For imported colors, numeric values override color appearance. | |
| Number = 1129345124 | readonly | Preserves raw color numbers and ignores embedded color profiles. | |
| Number = 1129346931 | readonly | Converts newly opened documents to the current working space. For imported colors, color appearance overrides numeric values. | |
| Number = 1129345136 | readonly | Preserves embedded color profiles in newly opened documents. |
Object of 4
Properties elsewhere that hold an ColorSettingsPolicy value.