Skip to content

zeropdf v1.3.0


zeropdf / NamedColor

Type Alias: NamedColor

ts
type NamedColor = 
  | "black"
  | "white"
  | "gray"
  | "grey"
  | "silver"
  | "red"
  | "green"
  | "blue"
  | "yellow"
  | "cyan"
  | "magenta"
  | "orange"
  | "purple"
  | "pink"
  | "brown"
  | "navy"
  | "teal"
  | "lime"
  | "maroon"
  | "olive";

Defined in: src/types.ts:3126

Named colors accepted anywhere a ColorInput is expected.

Released under the ISC license.