Home | History | Annotate | Download | only in coders

Lines Matching refs:hls_to_rgb

173 static int hls_to_rgb(int hue, int lum, int sat)
403 sixel_palet[color_index] = hls_to_rgb(param[2] * 100 / 360, param[3], param[4]);