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

NameTypeAccessDescription
AbyteRead
RbyteRead
GbyteRead
BbyteRead

Methods

SignatureDescription
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