1RGB_MAP(3) Allegro manual RGB_MAP(3)
23
4
NAME
6RGB_MAP - Stores an rgb map to accelerate conversions. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
typedef struct RGB_MAP
14
DESCRIPTION
16unsigned char data[32][32][32];
1718
Read chapter "Converting between color formats" for a description on
19how to obtain/use this structure.
2021
SEE ALSO
23create_rgb_table(3), ex3d(3), excolmap(3), exrgbhsv(3), exshade(3),
24extrans(3)
2526
27
28
Allegro version 4.4.3 RGB_MAP(3)