COLOR_MAP (3) - Linux Manuals
COLOR_MAP: Stores a color map to accelerate drawing. Allegro game programming library.
NAME
COLOR_MAP - Stores a color map to accelerate drawing. Allegro game programming library.SYNOPSIS
#include <allegro.h>
DESCRIPTION
unsigned char data[PAL_SIZE][PAL_SIZE];Read chapter "Transparency and patterned drawing", section "256-color transparency" for a description on how to obtain/use this structure.