- al_get_blend_color
ALLEGRO_COLOR al_get_blend_color()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_get_pixel
ALLEGRO_COLOR al_get_pixel(ALLEGRO_BITMAP* bitmap, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_map_rgb
ALLEGRO_COLOR al_map_rgb(ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_map_rgb_f
ALLEGRO_COLOR al_map_rgb_f(float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_map_rgba
ALLEGRO_COLOR al_map_rgba(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_map_rgba_f
ALLEGRO_COLOR al_map_rgba_f(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_premul_rgba
ALLEGRO_COLOR al_premul_rgba(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_premul_rgba_f
ALLEGRO_COLOR al_premul_rgba_f(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.