clear_bitmap(3) - Linux man page
Name
clear_bitmap - Clears the bitmap to color 0. Allegro game programming library.
Synopsis
#include <allegro.h>
void clear_bitmap(BITMAP *bitmap);
Description
Clears the bitmap to color 0.
See Also
clear_to_color(3)
Referenced By
create_bitmap(3),
create_bitmap_ex(3),
create_sub_bitmap(3),
create_system_bitmap(3),
create_video_bitmap(3),
ex12bit(3),
ex3buf(3),
ex3d(3),
exaccel(3),
exblend(3),
exconfig(3),
exjoy(3),
exlights(3),
exmem(3),
expackf(3),
exscn3d(3),
exshade(3),
exsprite(3),
exstars(3),
extrans(3),
exupdate(3),
exzbuf(3),
rectfill(3)