@tempots/color

hsv2cmyk() function

Converts an HSV color to CMYK color.

Signature:

hsv2cmyk: (hsv: HSV) => CMYK

Parameters

Parameter

Type

Description

hsv

HSV

The HSV color to convert.

Returns: CMYK

The CMYK color representation of the given HSV color.