DOKK / manpages / debian 10 / allegro4-doc / RGB_MAP.3alleg4.en
RGB_MAP(3alleg4) Allegro manual RGB_MAP(3alleg4)

RGB_MAP - Stores an rgb map to accelerate conversions. Allegro game programming library.

#include <allegro.h>

typedef struct RGB_MAP


unsigned char data[32][32][32];

Read chapter "Converting between color formats" for a description on how to obtain/use this structure.

create_rgb_table(3alleg4), ex3d(3alleg4), excolmap(3alleg4), exrgbhsv(3alleg4), exshade(3alleg4), extrans(3alleg4)

version 4.4.2 Allegro