Searched refs:al_color_hsl_to_rgb (Results 1 – 4 of 4) sorted by relevance
/dports/devel/allegro5/allegro5-5.2.7.0/addons/color/allegro5/ |
H A D | allegro_color.h | 40 ALLEGRO_COLOR_FUNC(void, al_color_hsl_to_rgb, (float hue, float saturation, float lightness,
|
/dports/devel/allegro5/allegro5-5.2.7.0/examples/ |
H A D | ex_palette.c | 110 al_color_hsl_to_rgb(h, s, l, &r, &g, &b); in main()
|
H A D | ex_color.cpp | 101 al_color_hsl_to_rgb(v[6] * 360, v[7], v[8], v + 0, v + 1, v + 2); in run()
|
/dports/devel/allegro5/allegro5-5.2.7.0/addons/color/ |
H A D | color.c | 367 void al_color_hsl_to_rgb(float hue, float saturation, float lightness, in al_color_hsl_to_rgb() function 439 al_color_hsl_to_rgb(h, s, l, &r, &g, &b); in al_color_hsl()
|