SYNOPSIS #include <allegro5/allegro.h>void al_unmap_rgb_f(ALLEGRO_COLOR color, float *r, float *g, float *b) DESCRIPTION Retrieves components of an ALLEGRO_COLOR(3alleg5), ignoring alpha. Components will range from 0.0f-1.0f.