Applying blur filter to BitmapData
问题 Here's the code I am using to blur an image using BitmapData. The function is called on a Slider_changeHandler(event:Event):void event and the value of the slider is passed to the function as blurvalue. The problem is the function works but seems to be cummalative (if that's the correct word!), that is, suppose I slide it to the maximum and after that try to reduce the blur by sliding it back towards the front the blur still keeps increasing. How do I make it to work so when I will slide it