man exmem () - Drawing onto memory bitmaps and then blitting them to the screen. Allegro game programming library.
NAME
exmem - Drawing onto memory bitmaps and then blitting them to the screen. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exmem
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.
SEE ALSO
BITMAP(3alleg), END_OF_MAIN(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), acquire_screen(3alleg), allegro_error(3alleg), allegro_init(3alleg), allegro_message(3alleg), blit(3alleg), circle(3alleg), clear_bitmap(3alleg), create_bitmap(3alleg), desktop_palette(3alleg), destroy_bitmap(3alleg), install_keyboard(3alleg), palette_color(3alleg), readkey(3alleg), release_screen(3alleg), screen(3alleg), set_gfx_mode(3alleg), set_palette(3alleg)