I'm gonna force a BitmapData
smooth.
but I can't do BitmapData.draw()
because the performance of application.
If I draw Bitmap, the application slow down to next step. (this is on flex mobile)
so I need how to force bitmapData smooth without redraw bitmapData.
(also, I can't use Bitmap(bitmapData).smoothing
)
what can I do for this?