Bitmap.setPixel
機能/意味
Setting pixel values
タイプ
Bitmapクラス
のメソッド
構文
setPixel(
x
,
y
,
value
)
引数
x
Specifies the x coordinate value to set in pixels.
y
Specifies the y coordinate value to set in pixels.
value
Specifies the pixel value to set.
戻り値
なし (void)
説明
Set the pixel value of the image.
参照
Bitmap.getPixel