Appearance
zeropdf / RgbColor
Interface: RgbColor
Defined in: src/types.ts:625
RGB color representation used by drawing and text APIs.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
b | number | Blue channel value normalized from 0 to 1. | src/types.ts:633 |
g | number | Green channel value normalized from 0 to 1. | src/types.ts:631 |
kind | "rgb" | Discriminator identifying this value shape. | src/types.ts:627 |
r | number | Red channel value normalized from 0 to 1. | src/types.ts:629 |