|
NAMEclear_bitmap - Clears the bitmap to color 0. Allegro game programming library.SYNOPSIS#include <allegro.h>void clear_bitmap(BITMAP *bitmap); DESCRIPTIONClears the bitmap to color 0.SEE ALSOclear_to_color(3)
Visit the GSP FreeBSD Man Page Interface. |