clear_bitmap(3) 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.