void FX::FXBitmap::setPixel ( FXint  x,
FXint  y,
FXbool  color 
) [inline]

Change pixel at x,y.

Definition at line 117 of file FXBitmap.h.

00117 { color ? data[y*bytewidth+(x>>3)]|=(1<<(x&7)) : data[y*bytewidth+(x>>3)]&=~(1<<(x&7)); }


(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