.\" Generated by the Allegro makedoc utility .TH is_planar_bitmap 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME is_planar_bitmap \- Tells if a bitmap is a planar screen bitmap. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int is_planar_bitmap(BITMAP *bmp); .SH DESCRIPTION Returns TRUE if bmp is a planar (mode-X or Xtended mode) screen bitmap. .SH SEE ALSO .BR is_linear_bitmap (3alleg4), .BR is_memory_bitmap (3alleg4)