Aspose::Cells::TwoColorGradient::TwoColorGradient constructor

TwoColorGradient::TwoColorGradient(const Aspose::Cells::Color&, const Aspose::Cells::Color&, GradientStyleType, int32_t) constructor

Aspose::Cells::TwoColorGradient::TwoColorGradient(const Aspose::Cells::Color &color1, const Aspose::Cells::Color &color2, GradientStyleType gradientStyleType, int32_t variant)
ParameterTypeDescription
color1const Aspose::Cells::Color&
color2const Aspose::Cells::Color&
gradientStyleTypeGradientStyleType
variantint32_t

See Also

TwoColorGradient::TwoColorGradient(TwoColorGradient_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::TwoColorGradient::TwoColorGradient(TwoColorGradient_Impl *impl)

See Also

TwoColorGradient::TwoColorGradient(const TwoColorGradient&) constructor

Copy constructor.

Aspose::Cells::TwoColorGradient::TwoColorGradient(const TwoColorGradient &src)

See Also