Version: 1.xOn this page@microsoft/fast-colors > xyzToLAB xyzToLAB() function Converts a ColorXYZ to a ColorLAB Signature: export declare function xyzToLAB(xyz: ColorXYZ): ColorLAB; Parameters ParameterTypeDescriptionxyzColorXYZthe xyz color to convert Returns: ColorLAB