Skip to content

zeropdf v1.3.0


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

Released under the ISC license.