Glow

Overview

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

Represents a glow effect, in which a color blurred outline is added outside the edges of the object.

Properties

NameTypeAccessDescription
IImageTransformOperationIImageTransformOperationReadProvides access to the underlying image transform operation
SimpleColorFormatSimpleColorFormatReadReturns the SimpleColorFormat describing the glow color

Methods

SignatureDescription
IImageTransformOperation()IImageTransformOperationProvides access to the underlying image transform operation
SimpleColorFormat()SimpleColorFormatReturns the SimpleColorFormat describing the glow color
SimpleColorFormat()SimpleColorFormat
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.
radius()doubleReturns the glow radius in points.
set_radius(value: double)Sets the glow radius in points.

See Also