Home
last modified time | relevance | path

Searched refs:al_color_hsl (Results 1 – 3 of 3) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/addons/color/allegro5/
H A Dallegro_color.h59 ALLEGRO_COLOR_FUNC(ALLEGRO_COLOR, al_color_hsl, (float h, float s, float l));
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_clip.c50 al_put_pixel(i, j, al_color_hsl(hue, sat, l)); in example_bitmap()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/color/
H A Dcolor.c436 ALLEGRO_COLOR al_color_hsl(float h, float s, float l) in al_color_hsl() function