GradientStopCollection
Overview
GradientStopCollection is a class in Aspose.Slides FOSS for C++.
Represents a collection of gradient stops.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GradientStop | GradientStop | Read | Property provides access to a GradientStop element in the collection |
iterator | iterator | Read | |
const_iterator | const_iterator | Read | Property exposes a const iterator for read‑only traversal of the collection |
Methods
| Signature | Description |
|---|---|
GradientStop() → GradientStop | Property provides access to a GradientStop element in the collection |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
iterator() → iterator | |
iterator() → iterator | |
const_iterator() → const_iterator | Property exposes a const iterator for read‑only traversal of the collection |
const_iterator() → const_iterator | |
init_internal(gs_lst_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed gradient stop collection. |
save() | Save changes via the save callback. |
set_color_from_arg(cf: SimpleColorFormat, color: Drawing::Color) | Set color on a SimpleColorFormat from a Drawing::Color value. |
set_color_from_arg(cf: SimpleColorFormat, preset: PresetColor) | Set color on a SimpleColorFormat from a Drawing::Color value. |
set_color_from_arg(cf: SimpleColorFormat, scheme: SchemeColor) | Set color on a SimpleColorFormat from a Drawing::Color value. |