al_map_rgb - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> ALLEGRO_COLOR al_map_rgb( unsigned char r, unsigned char g, unsigned char b)
Description
Convert r, g, b (ranging from 0-255) into an ALLEGRO_COLOR(3), using 255 for alpha.
This function can be called before Allegro is initialized.
See Also
Referenced By
ALLEGRO_COLOR(3), al_map_rgba(3), al_map_rgb_f(3).
Allegro reference manual