is_planar_bitmap - Man Page

Tells if a bitmap is a planar screen bitmap. Allegro game programming library.

Synopsis

#include <allegro.h>

int is_planar_bitmap(BITMAP *bmp);

Description

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

See Also

is_linear_bitmap(3), is_memory_bitmap(3)

Referenced By

is_linear_bitmap(3), is_memory_bitmap(3).

version 4.4.3 Allegro manual