.\" Generated by the Allegro makedoc utility .TH exmem 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME exmem \- Drawing onto memory bitmaps and then blitting them to the screen. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example exmem .SH DESCRIPTION This program demonstrates the use of memory bitmaps. It creates a small temporary bitmap in memory, draws some circles onto it, and then blits lots of copies of it onto the screen. .SH SEE ALSO .BR BITMAP (3), .BR END_OF_MAIN (3), .BR SCREEN_H (3), .BR SCREEN_W (3), .BR acquire_screen (3), .BR allegro_error (3), .BR allegro_init (3), .BR allegro_message (3), .BR blit (3), .BR circle (3), .BR clear_bitmap (3), .BR create_bitmap (3), .BR desktop_palette (3), .BR destroy_bitmap (3), .BR install_keyboard (3), .BR palette_color (3), .BR readkey (3), .BR release_screen (3), .BR screen (3), .BR set_gfx_mode (3), .BR set_palette (3)