Provided by: allegro4-doc_4.4.3.1-4.1build3_all
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(3alleg4)