sempdf
sempdf v1.9.1Interfaces

Interface: SeparationColor

sempdf v1.9.1


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

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

On this page