Convert CIELAB to the polar representation (polarLAB)
Description
Converts colors from the CIELAB color space into its polar representation (polarLAB). Inverse function of polarLAB_to_LAB.
Usage
colorlib.LAB_to_polarLAB(L, A, B)
Arguments
-
Lnumpy.ndarray -
Values for the
Ldimension. -
Anumpy.ndarray -
Values for the
Adimension. -
Bnumpy.ndarray -
Values for the
Bdimension.
Return
list: Returns corresponding polar LAB chromaticities as a list of numpy.ndarrays of the same length as the inputs ([L, A, B]).