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