sempdf
sempdf v1.9.1Interfaces

Interface: RgbColor

sempdf v1.9.1


sempdf / RgbColor

Defined in: src/types.ts:693

RGB color representation used by drawing and text APIs.

Properties

PropertyTypeDescriptionDefined in
bnumberBlue channel value normalized from 0 to 1.src/types.ts:701
gnumberGreen channel value normalized from 0 to 1.src/types.ts:699
kind"rgb"Discriminator identifying this value shape.src/types.ts:695
rnumberRed channel value normalized from 0 to 1.src/types.ts:697

On this page