|
NAMEclear_to_color - Clears the bitmap to the specified color. Allegro game programming library. SYNOPSIS#include <allegro.h> void clear_to_color(BITMAP *bitmap, int color); DESCRIPTIONClears the bitmap to the specified color. Example:
SEE ALSOclear_bitmap(3), makecol(3)
|