clear_bitmap - Clears the bitmap to color 0. Allegro game programming library.
Contents
Description
Clears the bitmap to color 0.
Name
clear_bitmap - Clears the bitmap to color 0. Allegro game programming library.
See Also
clear_to_color(3alleg4) Allegro version 4.4.3 clear_bitmap(3alleg4)
Synopsis
#include<allegro.h>voidclear_bitmap(BITMAP*bitmap);
