Tells if a bitmap is a planar screen bitmap. allegro game programming library.
#include <allegro.h>
int is_planar_bitmap(BITMAP *bmp);
Returns TRUE if bmp is a planar (mode-X or Xtended mode) screen bitmap.
is_linear_bitmap(3alleg4), is_memory_bitmap(3alleg4)