Appearance
zeropdf / SeparationColor
Interface: SeparationColor
Defined in: src/types.ts:666
Separation (single-ink spot color) color representation. Emitted as a Separation color space with a Type-2 exponential tint transform mapping the tint scalar to the alternate process color.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
alternate | ProcessColor | Process-color value at full tint, used for the alternate color space. | src/types.ts:674 |
kind | "separation" | Discriminator identifying this value shape. | src/types.ts:668 |
name | string | Spot ink name, e.g. "PANTONE 185 C". Encoded into the PDF name token. | src/types.ts:670 |
tint | number | Tint applied to the spot ink (0..1). | src/types.ts:672 |