Aspose::Cells::Drawing::GradientStopCollection class

GradientStopCollection class

Represents the gradient stop collection.

class GradientStopCollection

Methods

MethodDescription
Add(double position, const CellsColor& color, int32_t alpha)Add a gradient stop.
Add(double position, const Aspose::Cells::Color& color, int32_t alpha)Add a gradient stop.
Get(int32_t index)Gets the gradient stop by the index.
GetCount()
GradientStopCollection(GradientStopCollection_Impl* impl)Constructs from an implementation object.
GradientStopCollection(const GradientStopCollection& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const GradientStopCollection& src)operator=
Set(const GradientStop& value, int32_t index)Gets the gradient stop by the index.
~GradientStopCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also