[slot]
set a pixel at x,y in image
Definition at line 142 of file aizone.cpp.
00143 { 00144 m_image.setPixel(x,y,rgb); 00145 }