I have serious performance issues on iPad2 if I create 40 static display objects and change their hue with filters.
[lua]local bush = display.newImageRect(“maze-bush.png”,128,128)
bush.fill.effect = “filter.hue”
bush.fill.effect.angle = math.random(0,30)[/lua]
Is the performance hit normal or something that should be investigated further?