toCmyk method

CMYK toCmyk()

Implementation

CMYK toCmyk() {
  return CMYK.fromHex(toHex());
}