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

NAME

6       is_memory_bitmap  -  Tells if a bitmap is a memory bitmap. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int is_memory_bitmap(BITMAP *bmp);
14

DESCRIPTION

16       Returns TRUE if bmp is a memory bitmap, ie. it was created  by  calling
17       create_bitmap() or loaded from a grabber datafile or image file. Memory
18       bitmaps can be accessed directly via the line pointers  in  the  bitmap
19       structure, eg. bmp->line[y][x] = color.
20
21

SEE ALSO

23       is_linear_bitmap(3), is_planar_bitmap(3)
24
25
26
27Allegro                          version 4.4.3             is_memory_bitmap(3)
Impressum