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.

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

Properties

NameTypeAccessDescription
IImageTransformOperationIImageTransformOperationReadGets the i image transform operation.
SimpleColorFormatSimpleColorFormatReadGets the simple color format.

Methods

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

See Also