Simply put, I have a background that I want to work similar to iOS7 Control Center; which is basically a heavily blurred copy (display.capture) of whatever is on the background.
-
If I don’t animate the blur object itself, does it keep re-calculating every frame? Or does it calculate only once? (Performance seems affected but can’t be sure…)
-
If I wanted to move the blur panel and recalculate as it goes (as Control Center does if you drag it up), is there a best approach to that?
It seems that filter.blueGaussian is the only method of achieving enough of a blur, but performance with it seems really bad, so I’m at a loss of how to replicate the effect.