clear_bitmap.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3alleg)