1RGB(3) Allegro manual RGB(3)
2
3
4
6 RGB - Single palette entry. Allegro game programming library.
7
9 #include <allegro.h>
10
11
12 typedef struct RGB
13
15 unsigned char r, g, b;
16
17 Palette entry. It contains an additional field for the purpose of pad‐
18 ding but you should not usually care about it. Read chapter "Palette
19 routines" for a description on how to obtain/use this structure.
20
21
23 PALETTE(3), ex12bit(3), ex3d(3), excolmap(3), exconfig(3), expal(3),
24 exrgbhsv(3), exscroll(3), exshade(3), extrans(3), extruec(3)
25
26
27
28Allegro version 4.4.3 RGB(3)