.\" Generated by the Allegro makedoc utility .TH COLOR_MAP 3 "version 4.2.2" "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 (3), .BR ex3d (3), .BR excolmap (3), .BR exlights (3), .BR exshade (3), .BR extrans (3)