LayoutColorManagement
Type: Object
Defines color intent and profile linkage for rendering.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| blackPointCompensation | Boolean! | Whether to apply black point compensation during color conversions. | ||
| destinationProfile | String | Optional destination ICC profile identifier or path to target for color conversion. | ||
| id | ID! | |||
| intent | String! | Rendering intent for color conversion (e.g. relative_colorimetric, perceptual). | ||
| profile | LayoutColorProfile | Embedded ColorProfile with detailed ICC metadata to override profile settings. | ||
| sourceProfile | String | Optional source ICC profile identifier or path to use instead of the document default. |