1al_unmap_rgb_f(3)                                            al_unmap_rgb_f(3)
2
3
4

NAME

6       al_unmap_rgb_f - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_unmap_rgb_f(ALLEGRO_COLOR color, float *r, float *g, float *b)
12

DESCRIPTION

14       Retrieves  components  of  an ALLEGRO_COLOR(3), ignoring alpha.  Compo‐
15       nents will range from 0.0f-1.0f.
16
17       This function can be called before Allegro is initialized.
18

SEE ALSO

20       al_unmap_rgba(3), al_unmap_rgb(3), al_unmap_rgba_f(3)
21
22
23
24Allegro reference manual                                     al_unmap_rgb_f(3)
Impressum