Search
Loading...
Skip to content

Interface: CMYKColor

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#

PropertyTypeDescription
cnumberCyan
mnumberMagenta
ynumberYellow
knumberBlack
tintnumberThe tint factor