Scroll to navigation

is_planar_bitmap(3alleg4) Allegro manual is_planar_bitmap(3alleg4)

NAME

is_planar_bitmap - 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(3alleg4), is_memory_bitmap(3alleg4)

version 4.4.3 Allegro