COLOR_MAP (3) Linux Manual Page
color_map – Global pointer to the color mapping table. Allegro game programming library. Synopsis#include <allegro.h> extern COLOR_MAP *color_map; DescriptionGlobal pointer to the color mapping table. You must allocate your own COLOR_MAP either statically or dynamically and set color_map to it before using any translucent or lit drawing functions in a 256-color video mode! Example: color_map…
