@tempots/color > lch2hsluv
lch2hsluv() function
Converts a color in the LCH color space to the HSLuv color space.
Signature:
lch2hsluv: (lch: LCH) => HSLuv
Parameters
Parameter
|
Type
|
Description
|
lch
|
LCH
|
The LCH color to convert.
|
Returns: HSLuv
The color in the HSLuv color space.