sempdf v1.9.1Interfaces
Interface: SeparationColor
sempdf / SeparationColor
Defined in: src/types.ts:734
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:742 |
kind | "separation" | Discriminator identifying this value shape. | src/types.ts:736 |
name | string | Spot ink name, e.g. "PANTONE 185 C". Encoded into the PDF name token. | src/types.ts:738 |
tint | number | Tint applied to the spot ink (0..1). | src/types.ts:740 |