Home
last modified time | relevance | path

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 Dallegro_color.h40 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 Dex_palette.c110 al_color_hsl_to_rgb(h, s, l, &r, &g, &b); in main()
H A Dex_color.cpp101 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 Dcolor.c367 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()