Skip to content

zeropdf v1.3.0


zeropdf / separation

Function: separation()

ts
function separation(
   name, 
   tint, 
   alternate): SeparationColor;

Defined in: src/types.ts:3079

Creates a Separation (single-ink spot) color.

Parameters

ParameterTypeDescription
namestringSpot ink name (e.g. "PANTONE 185 C").
tintnumberTint value from 0 to 1.
alternateProcessColorProcess color at full tint.

Returns

SeparationColor

Released under the ISC license.