Appearance
zeropdf / deviceN
Function: deviceN()
ts
function deviceN(
names,
tints,
alternate): DeviceNColor;Defined in: src/types.ts:3090
Creates a DeviceN (multi-ink spot) color.
Parameters
| Parameter | Type | Description |
|---|---|---|
names | readonly string[] | Ink names, one per channel. |
tints | readonly number[] | Tint values per channel, one per name (0..1). |
alternate | ProcessColor | Process color produced when all channels are at full tint. |