CMYK: object
Represents a color in the CMYK color space.
All values should be between 0 and 100, representing percentages.
Type declaration
Name | Type | Defined in |
---|
c | number | types.ts:46 |
k | number | types.ts:49 |
m | number | types.ts:47 |
y | number | types.ts:48 |
Defined in
types.ts:45