Color
Overview
Color is a struct in Aspose.Cells FOSS for C++.
Represents color.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Color | Color | Read | The Color color. |
Methods
| Signature | Description |
|---|---|
Color() → Color | Initializes a new instance of the Color struct. |
Color() → Color | Initializes a new instance of the Color struct. |
GetHashCode() → int | Returns a hash code for the current instance. The hash code. |
ToCore() → Core::ColorValue | Conversion to Core::ColorValue. |
FromCore(value: Core::ColorValue) → Color | Creates a Color from a Core::ColorValue. |