Color

Overview

Color is a struct in Aspose.Cells FOSS for C++.

Represents color.

Properties

NameTypeAccessDescription
ColorColorReadThe Color color.

Methods

SignatureDescription
Color()ColorInitializes a new instance of the Color struct.
Color()ColorInitializes a new instance of the Color struct.
GetHashCode()intReturns a hash code for the current instance. The hash code.
ToCore()Core::ColorValueConversion to Core::ColorValue.
FromCore(value: Core::ColorValue)ColorCreates a Color from a Core::ColorValue.

See Also