grapa.shared.colors_conversion.cielabnorm_to_cielchnorm
- grapa.shared.colors_conversion.cielabnorm_to_cielchnorm(L_norm: float, a_norm: float, b_norm: float)
Convert CIELAB to CIELCh°, all values between 0-1 :param L: lightness (0-1) :param a: Lab chromaticity component b, normalized :param b: Lab chromaticity component b, normalized :return: (L, C, h) where C = chroma /150 and h = hue angle 0-1