1ALLEGRO_COLOR(3) ALLEGRO_COLOR(3)
23
4
NAME
6ALLEGRO_COLOR - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_COLOR ALLEGRO_COLOR;
12
DESCRIPTION
14An ALLEGRO_COLOR structure describes a color in a device independent
15way. Use al_map_rgb(3) et al. and al_unmap_rgb(3) et al. to translate
16from and to various color representations.
1718
19
20
Allegro reference manual ALLEGRO_COLOR(3)