void AiZone::setPixel ( int  x,
int  y,
int  red,
int  green,
int  blue 
) [slot]

set a pixel at x,y in image

Parameters:
x : image X
y : image Y
red : color red
green : color green
blue : color blue

Definition at line 147 of file aizone.cpp.

00148 {
00149     m_image.setPixel(x,y, qRgb(red,green,blue) );
00150 }

 All Classes Namespaces Files Functions Variables Typedefs

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