sempdf v1.9.1Interfaces
Interface: CmykColor
sempdf / CmykColor
Defined in: src/types.ts:707
CMYK color representation used by drawing and text APIs.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
c | number | Cyan channel value normalized from 0 to 1. | src/types.ts:711 |
k | number | Key/black channel value normalized from 0 to 1. | src/types.ts:717 |
kind | "cmyk" | Discriminator identifying this value shape. | src/types.ts:709 |
m | number | Magenta channel value normalized from 0 to 1. | src/types.ts:713 |
y | number | Vertical position in PDF points. | src/types.ts:715 |