palette(3) - Linux man page
Name
PALETTE - Stores palette information. Allegro game programming library.
Synopsis
#include <allegro.h>
typedef PALETTE RGB[PAL_SIZE]
Description
Allegro palettes are arrays of PAL_SIZE RGB entries.
See Also
rgb(3)
Referenced By
ex12bit(3),
ex3d(3),
exaccel(3),
exbitmap(3),
exblend(3),
excolmap(3),
exflame(3),
exlights(3),
expal(3),
exrgbhsv(3),
exscale(3),
exscn3d(3),
exshade(3),
exstars(3),
exswitch(3),
extrans(3),
extruec(3),
exupdate(3),
exxfade(3),
exzbuf(3),
pal_size(3),
sdl(3)