ColorValue
Overview
ColorValue is a struct in Aspose.Cells for NET.
Inherits from: IEquatable<ColorValue>.
ColorValue.Equals determines whether two ColorValue instances have identical ARGB values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
A | byte | Read | |
R | byte | Read | |
G | byte | Read | |
B | byte | Read |
Methods
| Signature | Description |
|---|---|
ColorValue(a: byte, r: byte, g: byte, b: byte) | Creates a new ColorValue with the specified alpha, red, green, and blue bytes |
Equals(other: ColorValue) | Determines equality with another object, returning true if it is a ColorValue with the same ARGB |
Equals(obj: object?) | |
GetHashCode() | Returns a hash code derived from the alpha, red, green, and blue values |