[SIZE=4][FONT=georgia]Hello,
I’m making an app that applies various effects on live cam feed - that’s a lot of BitmapData manipulations.
So my question is - does it make sense to lock all BitmapData objects that never show on the screen [COLOR=#696969](FX manipulation layers)[/COLOR] for performance boost and only locking/unlocking BitmapData that actually goes on the screen.
If BitmapData objects aren’t in the display list, does [COLOR=#0000ff]lock()[/COLOR] do anything at all?
Thanks in advance![/FONT][/SIZE] :cyclops: