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

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadProvides access to the blur as an IPresentationComponent
radiusfloatReadReturns or sets blur radius.
growboolReadDetermines whether the bounds of the object should be grown as a result of the blurring.
slideIBaseSlideReadReturns the slide that contains this blur effect
as_i_image_transform_operationIImageTransformOperationReadExposes the blur as an IImageTransformOperation

See Also