Aspose::Cells::Drawing::ColorHelper class
ColorHelper class
Provides helper functions about color.
class ColorHelper
Methods
| Method | Description |
|---|---|
| ColorHelper(ColorHelper_Impl* impl) | Constructs from an implementation object. |
| ColorHelper(const ColorHelper& src) | Copy constructor. |
| static FromOleColor(int32_t oleColor) | Convert OLE_COLOR. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ColorHelper& src) | operator= |
| static ToOleColor(const Aspose::Cells::Color& color, const Workbook& workbook) | Convert color to OLE_COLOR. |
| ~ColorHelper() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++