Skip to content

zeropdf v1.3.0


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

PropertyTypeDescriptionDefined in
alternateProcessColorProcess-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
namestringSpot ink name, e.g. "PANTONE 185 C". Encoded into the PDF name token.src/types.ts:670
tintnumberTint applied to the spot ink (0..1).src/types.ts:672

Released under the ISC license.