PreflightColorSpaceInfo
Type: Object
Color management details discovered in a document—ICC profile, device space, usage pages, and validity. This helps determine readiness for the intended print condition and highlights risks where unmanaged or incorrect color spaces might impact brand fidelity.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| colorRanges | JsonString | Valid color ranges for each channel | ||
| colorSpaceId | String! | Unique identifier for this color space | ||
| colorSpaceType | PreflightDeviceColorSpace! | Type of color space | ||
| deviceSpace | PreflightDeviceColorSpace | Underlying device color space | ||
| iccProfileId | String | Hash/ID of the ICC profile | ||
| iccProfileName | String | Name of the ICC profile if applicable | ||
| isValid | Boolean | Whether the color space is valid | ||
| usagePages | [Int!] | Pages where this color space is used |