Bitmap.getPixel

機能/意味
Get pixel value
タイプ
Bitmapクラスのメソッド
構文
getPixel(x, y)
引数
x  Specifies the x coordinate value to get in pixels.
y  Specify the y coordinate value to get in pixels.
戻り値
Pixel value
説明
 Gets the pixel value of the image.
参照
Bitmap.setPixel