Hey Everyone,
Just working with the BitmapData class here and I was curious if it is possible for me to modify a pixel’s alpha value? With stuff like .getPixel() it seems like it would work, but I can’t seem to figure it out (though I am still new to AS3 and totally new to the BitmapData class)
Thanks a lot!
EDIT:
In fact, what I think I need to understand is the getPixel32 and getPixel properties better… the numbers are huge, but if I can modify the alpha channel to x then I can do whatever I want with a setPixel32…