Clears the bitmap to color 0. allegro game programming library.
#include <allegro.h>
void clear_bitmap(BITMAP *bitmap);
Clears the bitmap to color 0.
clear_to_color(3alleg4)