sempdf
sempdf v1.9.1Interfaces

Interface: DeviceNColor

sempdf v1.9.1


sempdf / DeviceNColor

Defined in: src/types.ts:750

DeviceN (multi-ink spot color) color representation. Emitted as a DeviceN color space; each tint maps through a Type-2 exponential into the alternate process color at full mix.

Properties

PropertyTypeDescriptionDefined in
alternateProcessColorProcess-color value when all channels are at full tint.src/types.ts:758
kind"deviceN"Discriminator identifying this value shape.src/types.ts:752
namesreadonly string[]One ink name per channel.src/types.ts:754
tintsreadonly number[]Tint per channel (0..1), one entry per name.src/types.ts:756

On this page