1is_planar_bitmap(3) Allegro manual is_planar_bitmap(3)
23
4
NAME
6is_planar_bitmap - Tells if a bitmap is a planar screen bitmap. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int is_planar_bitmap(BITMAP *bmp);
14
DESCRIPTION
16Returns TRUE if bmp is a planar (mode-X or Xtended mode) screen bitmap.
1718
SEE ALSO
20is_linear_bitmap(3), is_memory_bitmap(3)
2122
23
24
Allegro version 4.4.3 is_planar_bitmap(3)