Is there a way in AS3 to access the last render of the stage? Is that render result cached somewhere accessible? I specifically cannot re-render the stage myself to a Bitmap because that would be far too expensive, which is why I'm trying to use the last render.
I need this because I'm trying to do some heat-distortion effects within some specific bounds of the screen, and a standard way to do that in 2D is by using a displacement map to jitter the pristine image. Of course, I'm open to other ideas to do heat distortion in Flash.