RGB_MAP (3) - Linux Manuals
RGB_MAP: Stores an rgb map to accelerate conversions. Allegro game programming library.
NAME
RGB_MAP - Stores an rgb map to accelerate conversions. Allegro game programming library.SYNOPSIS
#include <allegro.h>
DESCRIPTION
unsigned char data[32][32][32];Read chapter "Converting between color formats" for a description on how to obtain/use this structure.