RGB_MAP (3) Linux Manual Page
RGB_MAP – Stores an rgb map to accelerate conversions. Allegro game programming library.
Synopsis
#include <allegro.h> typedef struct RGB_MAP
Description
unsigned char data[32][32][32];Read chapter "Converting between color formats" for a description on how to obtain/use this structure.
