1exmem(3)                        Allegro manual                        exmem(3)
2
3
4

NAME

6       exmem  -  Drawing  onto  memory  bitmaps  and then blitting them to the
7       screen. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       Example exmem
14

DESCRIPTION

16       This program demonstrates the use of memory bitmaps. It creates a small
17       temporary  bitmap in memory, draws some circles onto it, and then blits
18       lots of copies of it onto the screen.
19
20

SEE ALSO

22       BITMAP(3), END_OF_MAIN(3), SCREEN_H(3), SCREEN_W(3), acquire_screen(3),
23       allegro_error(3),  allegro_init(3),  allegro_message(3),  blit(3), cir‐
24       cle(3),    clear_bitmap(3),    create_bitmap(3),    desktop_palette(3),
25       destroy_bitmap(3),  install_keyboard(3),  palette_color(3), readkey(3),
26       release_screen(3), screen(3), set_gfx_mode(3), set_palette(3)
27
28
29
30Allegro                          version 4.4.3                        exmem(3)
Impressum