PALETTE
Section: Allegro manual (3)
Updated: version 4.2.2
Index
Return to Main Contents
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)