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

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
radiusfloatRead/WriteReturns or sets blur radius.
growboolRead/WriteDetermines whether the bounds of the object should be grown as a result of the blurring.
slideIBaseSlideReadGets the slide.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.
presentationIPresentationReadGets the presentation.

See Also