Stores palette information. allegro game programming library.
#include <allegro.h>
typedef PALETTE RGB[PAL_SIZE]
Allegro palettes are arrays of PAL_SIZE RGB entries.
RGB(3alleg4)