Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Description

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

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

Name

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

See Also

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

Allegro                                           version 4.4.3                                 RGB_MAP(3alleg4)

Synopsis

#include<allegro.h>typedefstructRGB_MAP

See Also