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

NAME

6       is_planar_bitmap - Tells if a bitmap is a planar screen bitmap. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Returns TRUE if bmp is a planar (mode-X or Xtended mode) screen bitmap.
17
18

SEE ALSO

20       is_linear_bitmap(3), is_memory_bitmap(3)
21
22
23
24Allegro                          version 4.4.3             is_planar_bitmap(3)
Impressum