Enumeration | ColorProfile |
| | The type of color model that defines the document's working space. |
Value
| | Name | Description | Value |
| ColorProfile.CUSTOM | Color manages this document using a custom color profile. |
int
3
|
| ColorProfile.NONE | The document is not color managed. |
int
1
|
| ColorProfile.WORKING | Color manages this document using the working color profile. |
int
2
|
|
Usage
| As property
Document.ColorProfile
|