_getpixel   (3alleg) manpage
_getpixel
3alleg
version 4.1.15 (CVS)
Allegro
Allegro manual
  • NAME
      _getpixel, _getpixel15, _getpixel16, _getpixel24, _getpixel32
  • 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.
  • SEE ALSO
      getpixel (3alleg)
Current Users: 40 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.