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