1PALETTE(3) Allegro manual PALETTE(3)
23
4
NAME
6PALETTE - Stores palette information. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
typedef PALETTE RGB[PAL_SIZE]
13
DESCRIPTION
15Allegro palettes are arrays of PAL_SIZE RGB entries.
1617
SEE ALSO
19RGB(3)
2021
22
23
Allegro version 4.4.3 PALETTE(3)