Blur

Overview

Blur is a class in Aspose.Slides FOSS for C++.

Represents a blur effect applied to the entire shape, including its fill. All color channels, including alpha, are affected.

This class provides 10 methods for working with Blur objects in C++ programs. Available methods include: Blur, IImageTransformOperation, as_i_image_transform_operation, grow, init_internal, radius, save, set_grow, set_radius, ~Blur. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: IImageTransformOperation.

Properties

NameTypeAccessDescription
IImageTransformOperationIImageTransformOperationReadGets the i image transform operation.

Methods

SignatureDescription
IImageTransformOperation()IImageTransformOperationProperty provides access to the associated image transform operation
Blur()
~Blur()
init_internal(element: pugi::xml_node, save_callback: std::function<void()>)Initialize from an XML element (e.g., ) with a persistence callback.
save()Persist changes via the save callback provided at init time.
as_i_image_transform_operation()IImageTransformOperationReturns this object as IImageTransformOperation.
radius()doubleReturns the blur radius in points.
set_radius(value: double)Sets the blur radius in points.
grow()boolReturns whether the blur grows beyond the shape boundary.
set_grow(value: bool)Sets whether the blur grows beyond the shape boundary.

See Also