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