Searched refs:hue_to_rgb (Results 1 – 2 of 2) sorted by relevance
1728 auto hue_to_rgb = [&](F hue) { in STAGE()1733 r = hue_to_rgb(h + 0.0f/3.0f); in STAGE()1734 g = hue_to_rgb(h + 2.0f/3.0f); in STAGE()1735 b = hue_to_rgb(h + 1.0f/3.0f); in STAGE()
1497 auto hue_to_rgb = [&,l=l](auto hue) { in to_rgba() local1503 hue_to_rgb(h + 0/3.0f), in to_rgba()1504 hue_to_rgb(h + 2/3.0f), in to_rgba()1505 hue_to_rgb(h + 1/3.0f), in to_rgba()