sempdf
sempdf v1.9.1Interfaces

Interface: CmykColor

sempdf v1.9.1


sempdf / CmykColor

Defined in: src/types.ts:707

CMYK color representation used by drawing and text APIs.

Properties

PropertyTypeDescriptionDefined in
cnumberCyan channel value normalized from 0 to 1.src/types.ts:711
knumberKey/black channel value normalized from 0 to 1.src/types.ts:717
kind"cmyk"Discriminator identifying this value shape.src/types.ts:709
mnumberMagenta channel value normalized from 0 to 1.src/types.ts:713
ynumberVertical position in PDF points.src/types.ts:715

On this page