Skip to content

a11ydocs v1.7.0


a11ydocs / 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.