Skip to content

zeropdf v1.3.0


zeropdf / ProcessColor

Type Alias: ProcessColor

ts
type ProcessColor = 
  | GrayColor
  | RgbColor
  | CmykColor;

Defined in: src/types.ts:659

Process color used as the alternate color space for a Separation or DeviceN tint transform.

Released under the ISC license.