Query: _getpixel15
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
_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);DESCRIPTIONFaster 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 VALUEReturns the value of the pixel in the color format you specified.SEE ALSOgetpixel(3alleg4) Allegro version 4.4.2 _getpixel(3alleg4)
Related Man Pages |
---|
bitmap_mask_color(3alleg4) - debian |
bitmap_mask_color(3alleg4) - suse |
getpixel(3alleg4) - centos |
getpixel(3alleg4) - opendarwin |
getpixel(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
One instance of comparing grep and awk |
My first PERL incarnation... Audio Oscillograph |