Im not sure about the easiest way to dynamically add and remove filters on a Sprite. From the docs it indicates that you have to explicitly say what the filters are - you cant simply push a new filter to the filters property.

If I have applied one filter to something, how do I apply another filter on top of it without explicitly knowing what the previous filter was?