Provided by: allegro5-doc_5.2.9.1+dfsg-1.1build4_all
NAME
al_clear_to_color - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> void al_clear_to_color(ALLEGRO_COLOR color)
DESCRIPTION
Clear the complete target bitmap, but confined by the clipping rectangle.
SEE ALSO
ALLEGRO_COLOR(3alleg5), al_set_clipping_rectangle(3alleg5), al_clear_depth_buffer(3alleg5)