Skip to content

zeropdf v1.3.0


zeropdf / RgbColor

Interface: RgbColor

Defined in: src/types.ts:625

RGB color representation used by drawing and text APIs.

Properties

PropertyTypeDescriptionDefined in
bnumberBlue channel value normalized from 0 to 1.src/types.ts:633
gnumberGreen channel value normalized from 0 to 1.src/types.ts:631
kind"rgb"Discriminator identifying this value shape.src/types.ts:627
rnumberRed channel value normalized from 0 to 1.src/types.ts:629

Released under the ISC license.