grapa.shared.colors_conversion.cielch_to_rgb

grapa.shared.colors_conversion.cielch_to_rgb(L: float, C: float, h: float)

Converts CIE LCh into rgb (L, C, h) where C = chroma, h = hue angle in degrees (0-360) :return: (r,g,b) as floats 0-1