void AiZone::setPixel ( int  x,
int  y,
unsigned int  rgb 
) [slot]

set a pixel at x,y in image

Parameters:
x : image X
y : image Y
rgb : rgb color

Definition at line 142 of file aizone.cpp.

00143 {
00144     m_image.setPixel(x,y,rgb);
00145 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:29 2010 for AiFractals by  doxygen 1.6.1