Appearance
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
| Parameter | Type | Description |
|---|---|---|
name | string | Spot ink name (e.g. "PANTONE 185 C"). |
tint | number | Tint value from 0 to 1. |
alternate | ProcessColor | Process color at full tint. |