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: as_i_image_transform_operation, as_i_presentation_component, grow, presentation, radius, slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
radius | float | Read/Write | Returns or sets blur radius. |
grow | bool | Read/Write | Determines whether the bounds of the object should be grown as a result of the blurring. |
slide | IBaseSlide | Read | Gets the slide. |
as_i_image_transform_operation | IImageTransformOperation | Read | Gets the as i image transform operation. |
presentation | IPresentation | Read | Gets the presentation. |