Bitmap.setMaskPixel

Function/Meaning
Setting the pixel alpha value
Type
Method of the Bitmap class
Syntax
setMaskPixel(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 alpha value of the pixel to set.
Return Value
None (void)
Description
Sets the alpha value of the image pixel.
Reference
Bitmap.getMaskPixel