.\" Generated by the Allegro makedoc utility .TH _getpixel 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME _getpixel, _getpixel15, _getpixel16, _getpixel24, _getpixel32 \- Faster specific version of getpixel(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int _getpixel(BITMAP *bmp, int x, int y); .B int _getpixel15(BITMAP *bmp, int x, int y); .B int _getpixel16(BITMAP *bmp, int x, int y); .B int _getpixel24(BITMAP *bmp, int x, int y); .B int _getpixel32(BITMAP *bmp, int x, int y); .SH 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. .SH "RETURN VALUE" Returns the value of the pixel in the color format you specified. .SH SEE ALSO .BR getpixel (3alleg4)