al_unmap_rgba - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> void al_unmap_rgba(ALLEGRO_COLOR color, unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a)
Description
Retrieves components of an ALLEGRO_COLOR(3). Components will range from 0-255.
This function can be called before Allegro is initialized.
See Also
Referenced By
al_unmap_rgb(3), al_unmap_rgba_f(3), al_unmap_rgb_f(3).
Allegro reference manual