1RGB_MAP(3)                      Allegro manual                      RGB_MAP(3)
2
3
4

NAME

6       RGB_MAP  -  Stores  an  rgb map to accelerate conversions. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       typedef struct RGB_MAP
14

DESCRIPTION

16          unsigned char data[32][32][32];
17
18       Read chapter "Converting between color formats" for  a  description  on
19       how to obtain/use this structure.
20
21

SEE ALSO

23       create_rgb_table(3),  ex3d(3),  excolmap(3),  exrgbhsv(3),  exshade(3),
24       extrans(3)
25
26
27
28Allegro                          version 4.4.3                      RGB_MAP(3)
Impressum