create_rgb_table (3) Linux Manual Page
NAME create_rgb_table – Generates an RGB mapping table with lookup data for a palette. Allegro game programming library. SYNOPSIS #include <allegro.h> void create_rgb_table(RGB_MAP *table, const PALETTE pal, void (*callback)(int pos)); DESCRIPTION Fills the specified RGB mapping table with lookup data for the specified palette. If the callback function is not NULL, it will be called…
