Skip to content

zeropdf v1.3.0


zeropdf / CmykColor

Interface: CmykColor

Defined in: src/types.ts:639

CMYK color representation used by drawing and text APIs.

Properties

PropertyTypeDescriptionDefined in
cnumberCyan channel value normalized from 0 to 1.src/types.ts:643
knumberKey/black channel value normalized from 0 to 1.src/types.ts:649
kind"cmyk"Discriminator identifying this value shape.src/types.ts:641
mnumberMagenta channel value normalized from 0 to 1.src/types.ts:645
ynumberVertical position in PDF points.src/types.ts:647

Released under the ISC license.