table of contents
PALETTE(3) | Allegro manual | PALETTE(3) |
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¶
version 4.4.3 | Allegro |