Function get from qttools
Brief description
get(image:QImage,x:int,y:int):QRgb
Returns an image pixel More ...
Function information
| Name: | get |
| Base: | QImage |
| Group: | Qt plugins:Image plugins |
| Icon: | qtimage.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Returns an image pixel
Input parameters
-
image:
QImage
-
x:
int
- X-Coordinate of the pixel
-
y:
int
- Y-Coordinate of the pixel
Return values
-
Default return value:
QRgb
- Color of the pixel
