FXbool FX::FXBitmap::getPixel ( FXint  x,
FXint  y 
) const [inline]

Get pixel at x,y.

Definition at line 114 of file FXBitmap.h.

00114 { return (FXbool)((data[y*bytewidth+(x>>3)]>>(x&7))&1); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:32:43 2009 for TnFOX by doxygen v1.4.7