PALETTE - 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(3alleg)