Represents all types of color. More...
Inherits Object.
Public Member Functions | |
virtual bool | IsShapeColor ()=0 |
Gets the color which should apply to cell or shape. More... | |
virtual void | SetShapeColor (bool value)=0 |
Set the color which should apply to cell or shape. More... | |
virtual Aspose::Cells::ColorType | GetType ()=0 |
The color type. More... | |
virtual intrusive_ptr< Aspose::Cells::IThemeColor > | GetIThemeColor ()=0 |
Gets the theme color. Only applies for theme color type. More... | |
virtual void | SetIThemeColor (intrusive_ptr< Aspose::Cells::IThemeColor > value)=0 |
Gets the theme color. Only applies for theme color type. More... | |
virtual Aspose::Cells::Systems::Int32 | GetColorIndex ()=0 |
Gets the color index in the color palette. Only applies of indexed color. More... | |
virtual void | SetColorIndex (Aspose::Cells::Systems::Int32 value)=0 |
Sets the color index in the color palette. Only applies of indexed color. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > | GetColor ()=0 |
Gets the RGB color. More... | |
virtual void | SetColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0 |
Sets the RGB color. More... | |
virtual Aspose::Cells::Systems::Int32 | GetArgb ()=0 |
Gets the color from a 32-bit ARGB value. More... | |
virtual void | SetArgb (Aspose::Cells::Systems::Int32 value)=0 |
Sets the color from a 32-bit ARGB value. More... | |
virtual Aspose::Cells::Systems::Double | GetTransparency ()=0 |
Gets transparency as a value from 0.0 (opaque) through 1.0 (clear). More... | |
virtual void | SetTransparency (Aspose::Cells::Systems::Double value)=0 |
Sets transparency as a value from 0.0 (opaque) through 1.0 (clear). More... | |
virtual void | SetTintOfShapeColor (Aspose::Cells::Systems::Double tint)=0 |
Set the tint of the shape color More... | |
Represents all types of color.
|
pure virtual |
Gets the color from a 32-bit ARGB value.
|
pure virtual |
Gets the RGB color.
|
pure virtual |
Gets the color index in the color palette. Only applies of indexed color.
|
pure virtual |
Gets the theme color. Only applies for theme color type.
|
pure virtual |
Gets transparency as a value from 0.0 (opaque) through 1.0 (clear).
|
pure virtual |
The color type.
|
pure virtual |
Gets the color which should apply to cell or shape.
The expression of the color of the cell and the shape is different. For example, the theme color with same tint value will be not same in the cell and the shape.
|
pure virtual |
Sets the color from a 32-bit ARGB value.
|
pure virtual |
Sets the RGB color.
|
pure virtual |
Sets the color index in the color palette. Only applies of indexed color.
|
pure virtual |
Gets the theme color. Only applies for theme color type.
|
pure virtual |
Set the color which should apply to cell or shape.
The expression of the color of the cell and the shape is different. For example, the theme color with same tint value will be not same in the cell and the shape.
|
pure virtual |
Set the tint of the shape color
tint |
|
pure virtual |
Sets transparency as a value from 0.0 (opaque) through 1.0 (clear).