sempdf v1.9.1Interfaces
Interface: GrayColor
sempdf / GrayColor
Defined in: src/types.ts:683
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:685 |
value | number | Current or default value for the option. | src/types.ts:687 |