GradientStop
Overview
GradientStop is a class in Aspose.Slides FOSS for C++.
Represents a gradient stop within a gradient fill. A gradient stop defines a color at a specific position (0.0 to 1.0) within a gradient fill.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SimpleColorFormat | SimpleColorFormat | Read | Property provides access to the stop’s SimpleColorFormat |
Methods
| Signature | Description |
|---|---|
SimpleColorFormat() → SimpleColorFormat | Property provides access to the stop’s SimpleColorFormat |
SimpleColorFormat() → SimpleColorFormat | |
init_internal(gs_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from an XML \ element. |
save() | Persist changes via the save callback. |