Appearance
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.