sempdf
sempdf v1.9.1Functions

Function: deviceN()

sempdf v1.9.1


sempdf / deviceN

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

Defined in: src/types.ts:3771

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

On this page