.\" Generated by the Allegro makedoc utility .TH clear_to_color 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME clear_to_color \- Clears the bitmap to the specified color. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void clear_to_color(BITMAP *bitmap, int color); .SH DESCRIPTION Clears the bitmap to the specified color. Example: .nf /* Clear the screen to red. */ clear_to_color(bmp, makecol(255, 0, 0)); .fi .SH SEE ALSO .BR clear_bitmap (3alleg4), .BR makecol (3alleg4)