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

NameTypeAccessDescription
SimpleColorFormatSimpleColorFormatReadProperty provides access to the stop’s SimpleColorFormat

Methods

SignatureDescription
SimpleColorFormat()SimpleColorFormatProperty 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.

See Also