.\" Generated by the Allegro makedoc utility .TH COLOR_MAP 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME COLOR_MAP \- Stores a color map to accelerate drawing. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct COLOR_MAP .SH DESCRIPTION .nf unsigned char data[PAL_SIZE][PAL_SIZE]; .fi Read chapter "Transparency and patterned drawing", section "256-color transparency" for a description on how to obtain/use this structure. .SH SEE ALSO .BR color_map (3alleg4), .BR ex3d (3alleg4), .BR excolmap (3alleg4), .BR exlights (3alleg4), .BR exshade (3alleg4), .BR extrans (3alleg4)