table of contents
al_map_rgba_f(3) | al_map_rgba_f(3) |
NAME¶
al_map_rgba_f - Allegro 5 API
SYNOPSIS¶
-
#include <allegro5/allegro.h> ALLEGRO_COLOR al_map_rgba_f(float r, float g, float b, float a)
DESCRIPTION¶
Convert r, g, b, a (ranging from 0.0f-1.0f) into an ALLEGRO_COLOR(3).
This function can be called before Allegro is initialized.
SEE ALSO¶
Allegro reference manual |