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.

Properties

NameTypeAccessDescription
IImageTransformOperationIImageTransformOperationReadProperty provides access to the associated image transform operation

Methods

SignatureDescription
IImageTransformOperation()IImageTransformOperationProperty provides access to the associated image transform operation
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.
set_radius(value: double)Sets the blur radius in points.
set_grow(value: bool)Sets whether the blur grows beyond the shape boundary.

See Also