create_trans_table (3) Linux Manual Page
NAME create_trans_table – Fills a color mapping table for translucency effects. Allegro game programming library. SYNOPSIS #include <allegro.h> void create_trans_table(COLOR_MAP *table, const PALETTE pal, int r, g, b, void (*callback)(int pos)); DESCRIPTION Fills the specified color mapping table with lookup data for doing translucency effects with the specified palette. When combining the colors c1 and…
