@tempots/color

luv2cmyk() function

Converts an LUV color to CMYK color.

Signature:

luv2cmyk: (luv: LUV, whiteReference?: [number, number, number]) => CMYK

Parameters

Parameter

Type

Description

luv

LUV

The LUV color to convert.

whiteReference

[number, number, number]

(Optional) The white reference used for the conversion. Defaults to WHITE_REFERENCE.

Returns: CMYK

The CMYK color representation of the input LUV color.