Method Image.Image()->getpixel()
- Method getpixel
array(int) getpixel(intx,inty)- Description
- Parameter
x - Parameter
y -
position of the pixel
- Returns
-
color of the requested pixel -- ({int red,int green,int blue})
array(int) getpixel(int x, int y)
xyposition of the pixel
color of the requested pixel -- ({int red,int green,int blue})