Skip to main content

Interface: CMYK

Defined in: types/color.ts:58

A CMYK color type is an object with cyan, magenta, yellow, and black components.

Properties

c

c: number

Defined in: types/color.ts:62

The cyan component of the color, ranging from 0 to 100.


k

k: number

Defined in: types/color.ts:74

The black component of the color, ranging from 0 to 100.


m

m: number

Defined in: types/color.ts:66

The magenta component of the color, ranging from 0 to 100.


y

y: number

Defined in: types/color.ts:70

The yellow component of the color, ranging from 0 to 100.