LayoutColor
Type: Object
Reusable color definition for layout elements and layers.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| alternateColor | LayoutColorAlternate | Fallback representation using another color definition. | ||
| book | String | Optional swatch book reference (e.g., Pantone Coated). | ||
| colorSpace | String | Color space identifier (CMYK, RGB, LAB, etc.). | ||
| colorType | String! | Type classification such as Process, Spot, or DeviceN. | ||
| id | ID! | |||
| metadata | JsonString! | Additional metadata describing the color definition. | ||
| name | String! | Human-readable name (e.g., Pantone reference or CMYK plate name). | ||
| opacity | Int! | Opacity percentage. | ||
| values | [Decimal!] | Channel values corresponding to the color space. |