add_blur_effect method
add_blur_effect
Adds the new Blur effect to the end of a collection.
Returns
Index of the new image effect in a collection.
def add_blur_effect(self, radius, grow):
...
Parameter | Type | Description |
---|---|---|
radius | float | The radius of blur. |
grow | bool | 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. |
See Also
- class
IBlur
- class
IImageTransformOperationCollection
- module
aspose.slides.effects
- library
Aspose.Slides