GradientStopCollection

GradientStopCollection

Overview

GradientStopCollection is a class in Aspose.Slides FOSS for C++.

Represents a collection of gradient stops.

Properties

NameTypeAccessDescription
GradientStopGradientStopReadProperty provides access to a GradientStop element in the collection
iteratoriteratorRead
const_iteratorconst_iteratorReadProperty exposes a const iterator for read‑only traversal of the collection

Methods

SignatureDescription
GradientStop()GradientStopProperty provides access to a GradientStop element in the collection
GradientStop()GradientStop
GradientStop()GradientStop
GradientStop()GradientStop
GradientStop()GradientStop
iterator()iterator
iterator()iterator
const_iterator()const_iteratorProperty 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.

See Also