Hi
I’ve got a transparent image:
Image img=App.gc.createCompatibleImage(Game.width,Game.height,Transparency.BITMASK);
Now I past some graphics (with 1 bit transparence) at init time, and then past the image every graphic cicle to the screen (this to speed up things).
But what I’ve to do if I want to erase some area of that image using its TRANSPARENT COLOR?
Any color I use, makes the area opaque, when I simply want to a transparent area…