Appearance
zeropdf / GrayColor
Interface: GrayColor
Defined in: src/types.ts:615
Grayscale color representation used by drawing and text APIs.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kind | "gray" | Discriminator identifying this value shape. | src/types.ts:617 |
value | number | Current or default value for the option. | src/types.ts:619 |