1COLOR_MAP(3) Allegro manual COLOR_MAP(3)
2
3
4
6 COLOR_MAP - Stores a color map to accelerate drawing. Allegro game pro‐
7 gramming library.
8
10 #include <allegro.h>
11
12
13 typedef struct COLOR_MAP
14
16 unsigned char data[PAL_SIZE][PAL_SIZE];
17
18 Read chapter "Transparency and patterned drawing", section "256-color
19 transparency" for a description on how to obtain/use this structure.
20
21
23 color_map(3), ex3d(3), excolmap(3), exlights(3), exshade(3), extrans(3)
24
25
26
27Allegro version 4.4.3 COLOR_MAP(3)