Appearance
zeropdf / ColorInput
Type Alias: ColorInput
ts
type ColorInput = PdfColor | NamedColor;Defined in: src/types.ts:3167
A color accepted by drawing and text APIs: a structured PdfColor or a NamedColor string (resolved to RGB during normalization).