grapa.shared.colors_conversion.cielab_to_cielch

grapa.shared.colors_conversion.cielab_to_cielch(L: float, a: float, b: float)

Convert CIELAB to CIELCh°. :param L: Lightness (0-100) :param a: Lab chromaticity component a :param b: Lab chromaticity component b :return: (L, C, h) where C = chroma, h = hue angle in degrees (0-360)