Represents a CMYK color value.
Defines a CMYK color value with components between 0 and 1.
- ‘c’: The cyan component.
- ‘m’: The magenta component.
- ‘y’: The yellow component.
- ‘k’: The black component.
- ‘tint’: The tint factor.
Properties#
Property | Type | Description |
---|---|---|
c | number | Cyan |
m | number | Magenta |
y | number | Yellow |
k | number | Black |
tint | number | The tint factor |