1al_unmap_rgb(3)                                                al_unmap_rgb(3)
2
3
4

NAME

6       al_unmap_rgb - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_unmap_rgb(ALLEGRO_COLOR color,
12                 unsigned char *r, unsigned char *g, unsigned char *b)
13

DESCRIPTION

15       Retrieves  components  of an ALLEGRO_COLOR, ignoring alpha.  Components
16       will range from 0-255.
17

SEE ALSO

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