Bitmap.setPixel
Function/Meaning
Setting pixel values
Type
Method of the
Bitmap class
Syntax
setPixel(
x
,
y
,
value
)
Arguments
x
Specifies the x-coordinate to set, in pixels.
y
Specifies the y-coordinate to set, in pixels.
value
Specifies the pixel value to set.
Return Value
None (void)
Description
Sets the pixel value of the image.
Reference
Bitmap.getPixel