Appearance
zeropdf / CmykColor
Interface: CmykColor
Defined in: src/types.ts:639
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:643 |
k | number | Key/black channel value normalized from 0 to 1. | src/types.ts:649 |
kind | "cmyk" | Discriminator identifying this value shape. | src/types.ts:641 |
m | number | Magenta channel value normalized from 0 to 1. | src/types.ts:645 |
y | number | Vertical position in PDF points. | src/types.ts:647 |