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