- al_color_cmyk
ALLEGRO_COLOR al_color_cmyk(float c, float m, float y, float k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_color_hsl
ALLEGRO_COLOR al_color_hsl(float h, float s, float l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_color_hsv
ALLEGRO_COLOR al_color_hsv(float h, float s, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_color_html
ALLEGRO_COLOR al_color_html(char* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_color_name
ALLEGRO_COLOR al_color_name(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_color_yuv
ALLEGRO_COLOR al_color_yuv(float y, float u, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.