Represents a theme color. More...
Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::ThemeColorType | GetColorType ()=0 |
Gets the theme type. More... | |
virtual void | SetColorType (Aspose::Cells::ThemeColorType value)=0 |
Sets the theme type. More... | |
virtual Aspose::Cells::Systems::Double | GetTint ()=0 |
Gets the tint value. More... | |
virtual void | SetTint (Aspose::Cells::Systems::Double value)=0 |
Sets the tint value. More... | |
Represents a theme color.
|
pure virtual |
Gets the theme type.
|
pure virtual |
Gets the tint value.
The tint value is stored as a double from -1.0 .. 1.0, where -1.0 means 100% darken and 1.0 means 100% lighten. Also, 0.0 means no change.
|
pure virtual |
Sets the theme type.
|
pure virtual |
Sets the tint value.
The tint value is stored as a double from -1.0 .. 1.0, where -1.0 means 100% darken and 1.0 means 100% lighten. Also, 0.0 means no change.