Skip to main content

Function: deviceN()

function deviceN(
names,
tints,
alternate): DeviceNColor;

Creates a DeviceN (multi-ink spot) color.

Parameters

ParameterTypeDescription
namesreadonly string[]Ink names, one per channel.
tintsreadonly number[]Tint values per channel, one per name (0..1).
alternateProcessColorProcess color produced when all channels are at full tint.

Returns

DeviceNColor