logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

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

Allegro                                           version 4.4.3                               COLOR_MAP(3alleg4)

Synopsis

#include<allegro.h>typedefstructCOLOR_MAP

See Also