CMYK color representation used by drawing and text APIs.
Properties
| Property | Type | Description |
|---|
c | number | Cyan channel value normalized from 0 to 1. |
k | number | Key/black channel value normalized from 0 to 1. |
kind | "cmyk" | Discriminator identifying this value shape. |
m | number | Magenta channel value normalized from 0 to 1. |
y | number | Vertical position in PDF points. |