[slot]
get pixel at x,y from complex zone image
Definition at line 137 of file aizone.cpp.
00138 { 00139 return m_image.pixel(x, y); 00140 }