Appearance
zeropdf / DeviceNColor
Interface: DeviceNColor
Defined in: src/types.ts:682
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
| Property | Type | Description | Defined in |
|---|---|---|---|
alternate | ProcessColor | Process-color value when all channels are at full tint. | src/types.ts:690 |
kind | "deviceN" | Discriminator identifying this value shape. | src/types.ts:684 |
names | readonly string[] | One ink name per channel. | src/types.ts:686 |
tints | readonly number[] | Tint per channel (0..1), one entry per name. | src/types.ts:688 |