_getpixel15(3alleg4) debian man page | unix.com

Man Page: _getpixel15

Operating Environment: debian

Section: 3alleg4

_getpixel(3alleg4)						  Allegro manual						_getpixel(3alleg4)

NAME
_getpixel, _getpixel15, _getpixel16, _getpixel24, _getpixel32 - Faster specific version of getpixel(). Allegro game programming library.
SYNOPSIS
#include <allegro.h> int _getpixel(BITMAP *bmp, int x, int y); int _getpixel15(BITMAP *bmp, int x, int y); int _getpixel16(BITMAP *bmp, int x, int y); int _getpixel24(BITMAP *bmp, int x, int y); int _getpixel32(BITMAP *bmp, int x, int y);
DESCRIPTION
Faster inline versions of getpixel() for specific color depths. These won't work in mode-X, and don't do any clipping, so you must make sure the point lies inside the bitmap.
RETURN VALUE
Returns the value of the pixel in the color format you specified.
SEE ALSO
getpixel(3alleg4) Allegro version 4.4.2 _getpixel(3alleg4)
Related Man Pages
bitmap_mask_color(3alleg4) - suse
getpixel(3alleg4) - centos
getpixel(3alleg4) - mojave
getpixel(3alleg4) - redhat
getpixel(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph