Man Page: is_linear_bitmap
Operating Environment: suse
Section: 3alleg4
is_linear_bitmap(3alleg4) Allegro manual is_linear_bitmap(3alleg4)NAMEis_linear_bitmap - Tells if a bitmap is linear. Allegro game programming library.SYNOPSIS#include <allegro.h> int is_linear_bitmap(BITMAP *bmp);DESCRIPTIONReturns TRUE if bmp is a linear bitmap, i.e. a bitmap that can be accessed linearly within each scanline (for example a memory bitmap, the DOS VGA or SVGA screen, Windows bitmaps, etc). Linear bitmaps can be used with the _putpixel(), _getpixel(), bmp_write_line(), and bmp_read_line() functions. Historically there were only linear and planar bitmaps for Allegro, so is_linear_bitmap() is actually an alias for !is_planar_bitmap().SEE ALSOis_planar_bitmap(3alleg4), is_memory_bitmap(3alleg4) Allegro version 4.4.2 is_linear_bitmap(3alleg4)
| Related Man Pages |
|---|
| get_compiled_sprite(3alleg4) - debian |
| bitmap_mask_color(3alleg4) - opendarwin |
| bitmap_mask_color(3alleg4) - mojave |
| bitmap_mask_color(3alleg4) - plan9 |
| bitmap_mask_color(3alleg4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Migrating to UNIX |
| A (ksh) Library For and From UNIX.com |
| The Future of the PM (Private Message) System at UNIX.com |