Altering the parameters will dinamically affect the result.
Usage example:
SXRadialBlurFilter *filter = [SXRadialBlurFilter blurFilter]; filter.blurCenterPosition = [SPPoint pointWithX:center.x y:center.y]; filter.distance = 1; filter.strength = 2; displayObject.filter = filter;
marginX/Y
property of the filter if it the effect is cut at the sides.No comments so far. Feel free to edit this part of the page.