1al_unmap_rgb_f(3) al_unmap_rgb_f(3)
23
4
NAME
6al_unmap_rgb_f - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_unmap_rgb_f(ALLEGRO_COLOR color, float *r, float *g, float *b)
12
DESCRIPTION
14Retrieves components of an ALLEGRO_COLOR(3), ignoring alpha. Compo‐
15nents will range from 0.0f-1.0f.
1617
This function can be called before Allegro is initialized.
18
SEE ALSO
20al_unmap_rgba(3), al_unmap_rgb(3), al_unmap_rgba_f(3)
2122
23
24
Allegro reference manual al_unmap_rgb_f(3)