ColorValue

Overview

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

Represents color value.

This struct provides 7 methods for working with ColorValue objects in C++ programs. Available methods include: ColorValue, Equals, GetA, GetB, GetG, GetHashCode, GetR. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
ColorValue()Initializes a new instance of the ColorValue struct.
GetA()std::uint8_tGets the a.
GetR()std::uint8_tGets the r.
GetG()std::uint8_tGets the g.
GetB()std::uint8_tGets the b.
Equals(other: ColorValue)boolDetermines whether the specified value is equal to the current instance. The other. true if the condition is met; otherwise, false.
GetHashCode()intReturns a hash code for the current instance. The hash code.

See Also

 English