Aspose::Cells::Drawing::ColorHelper class

ColorHelper class

Provides helper functions about color.

class ColorHelper

Methods

MethodDescription
ColorHelper(ColorHelper_Impl* impl)Constructs from an implementation object.
ColorHelper(const ColorHelper& src)Copy constructor.
static FromOleColor(int32_t oleColor)Convert OLE_COLOR.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ColorHelper& src)operator=
static ToOleColor(const Aspose::Cells::Color& color, const Workbook& workbook)Convert color to OLE_COLOR.
~ColorHelper()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also