.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_clear_to_color" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_clear_to_color - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_clear_to_color(ALLEGRO_COLOR color) \f[R] .fi .SH DESCRIPTION .PP Clear the complete target bitmap, but confined by the clipping rectangle. .SH SEE ALSO .PP ALLEGRO_COLOR(3), al_set_clipping_rectangle(3), al_clear_depth_buffer(3)