Blur
Overview
Blur is a class in Aspose.Slides FOSS for Python.
Inherits from: ImageTransformOperation, ISlideComponent, IPresentationComponent.
Represents a Blur effect that is applied to the entire shape, including its fill.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_presentation_component | IPresentationComponent | Read | Provides access to the blur as an IPresentationComponent |
radius | float | Read | Returns or sets blur radius. |
grow | bool | Read | Determines whether the bounds of the object should be grown as a result of the blurring. |
slide | IBaseSlide | Read | Returns the slide that contains this blur effect |
as_i_image_transform_operation | IImageTransformOperation | Read | Exposes the blur as an IImageTransformOperation |