WritableRaster : Overlaying raster considering transparency.
I'm working with RGBA images and I want to overlay some by some others, if I use setRect([...]) function a part of the raster will just be replaced.Is there a way to use overlaying with transparency ?