addBlurEffect
addBlurEffect(double radius, boolean grow) function
Adds the new Blur effect to the end of a collection.
Parameters
Name | Type | Description |
---|---|---|
radius | double | The radius of blur. |
grow | boolean | Specifies whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not. |