Aspose::Cells::Drawing::GradientStopCollection::Add method

GradientStopCollection::Add(double, const CellsColor&, int32_t) method

Add a gradient stop.

void Aspose::Cells::Drawing::GradientStopCollection::Add(double position, const CellsColor &color, int32_t alpha)
ParameterTypeDescription
positiondoubleThe position of the stop,in unit of percentage.
colorconst CellsColor&The color of the stop.
alphaint32_tThe alpha of the color.

See Also

GradientStopCollection::Add(double, const Aspose::Cells::Color&, int32_t) method

Add a gradient stop.

void Aspose::Cells::Drawing::GradientStopCollection::Add(double position, const Aspose::Cells::Color &color, int32_t alpha)
ParameterTypeDescription
positiondoubleThe position of the stop,in unit of percentage.
colorconst Aspose::Cells::Color&The color of the stop.
alphaint32_tThe alpha of the color.

See Also