ContRap
The symbolic tool for control-flow based rapid prototyping.

Function set from qttools
Brief description

set(image:QImage,x:int,y:int,color:QRgb):void

Sets an image pixel More ...

Function information
Name: set
Base: QImage
Group: Qt plugins:Image plugins
Icon: qtimage.png
Color: darkGreen
Authors: Aless Lasaruk
Copyright: (c) 2010 Aless Lasaruk

Detailed description

Sets an image pixel

Input parameters
image: QImage
x: int
X-Coordinate of the pixel
y: int
Y-Coordinate of the pixel
color: QRgb
Color of the pixel

Return values
Default return value: void