masked_blit (3) Linux Manual Page
NAME masked_blit – Copies a rectangle skipping pixels with the mask color. Allegro game programming library. SYNOPSIS #include <allegro.h> void masked_blit(BITMAP *source, BITMAP *dest, int source_x, int source_y, int dest_x, int dest_y, int width, int height); DESCRIPTION Like blit(), but skips transparent pixels, which are marked by a zero in 256-color modes or bright pink…
