Skip to content

modern-pdf-lib


modern-pdf-lib / CmykColor

Interface: CmykColor

Defined in: src/core/operators/color.ts:23

A CMYK colour with components in the range [0, 1].

Properties

c

readonly c: number

Defined in: src/core/operators/color.ts:25


k

readonly k: number

Defined in: src/core/operators/color.ts:28


m

readonly m: number

Defined in: src/core/operators/color.ts:26


type

readonly type: "cmyk"

Defined in: src/core/operators/color.ts:24


y

readonly y: number

Defined in: src/core/operators/color.ts:27

Released under the MIT License.