COLOR_MAP - Man Page

Stores a color map to accelerate drawing. Allegro game programming library.

Synopsis

#include <allegro.h>

typedef struct COLOR_MAP

Description

   unsigned char data[PAL_SIZE][PAL_SIZE];

Read chapter "Transparency and patterned drawing", section "256-color transparency" for a description on how to obtain/use this structure.

See Also

color_map(3), ex3d(3), excolmap(3), exlights(3), exshade(3), extrans(3)

Referenced By

ex3d(3), excolmap(3), exlights(3), exshade(3), extrans(3), PAL_SIZE(3).

version 4.4.3 Allegro manual