Bitmap.getPixel

Function/Meaning
Get pixel value
Type
Method of Bitmap class
Syntax
getPixel(x, y)
Arguments
x Specifies the x-coordinate value to get, in pixels.
y Specifies the y-coordinate value to get, in pixels.
Return Value
Pixel value
Description
Gets the pixel value of the image.
See Also
Bitmap.setPixel