@tempots/color > lab2lch
Converts a LAB color to LCH color.
Signature:
lab2lch: (lab: LAB) => LCH
Parameter
Type
Description
lab
LAB
The LAB color to convert.
Returns: LCH
The converted LCH color.