Skip to content

a11ydocs v1.7.0


a11ydocs / ColorInput

Type Alias: ColorInput

ts
type ColorInput = PdfColor | NamedColor;

Defined in: src/types.ts:3257

A color accepted by drawing and text APIs: a structured PdfColor or a NamedColor string (resolved to RGB during normalization).

Released under the ISC license.