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
| Name | Type | Access | Description |
|---|---|---|---|
IImageTransformOperation | IImageTransformOperation | Read | Gets the i image transform operation. |
SimpleColorFormat | SimpleColorFormat | Read | Gets the simple color format. |
Methods
| Signature | Description |
|---|---|
IImageTransformOperation() → IImageTransformOperation | Provides access to the underlying image transform operation |
SimpleColorFormat() → SimpleColorFormat | Returns 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() → IImageTransformOperation | Returns this object as IImageTransformOperation. |
radius() → double | Returns the glow radius in points. |
set_radius(value: double) | Sets the glow radius in points. |
color() → SimpleColorFormat | Returns the glow color format. |
color() → SimpleColorFormat | Returns the glow color format. |