Aspose::Cells::ThemeColor::ThemeColor constructor

ThemeColor::ThemeColor(ThemeColorType, double) constructor

Aspose::Cells::ThemeColor::ThemeColor(ThemeColorType type, double tint)
ParameterTypeDescription
typeThemeColorTypeThe theme type.
tintdoubleThe tint value.

See Also

ThemeColor::ThemeColor(ThemeColor_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::ThemeColor::ThemeColor(ThemeColor_Impl *impl)

See Also

ThemeColor::ThemeColor(const ThemeColor&) constructor

Copy constructor.

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

See Also