ColorValue
Overview
ColorValue is a class in Aspose.Cells FOSS for Java.
Represents a color value with alpha, red, green, and blue components.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
a | byte | Read | Returns the a. |
r | byte | Read | Returns the r. |
g | byte | Read | Returns the g. |
b | byte | Read | Returns the b. |
Methods
| Signature | Description |
|---|---|
ColorValue(a: byte, r: byte, g: byte, b: byte) | Initializes a new ColorValue instance. |
getA() → byte | Returns the a. |
getR() → byte | Returns the r. |
getG() → byte | Returns the g. |
getB() → byte | Returns the b. |
equals(obj: Object) → boolean | Compares this instance with the provided value. |
hashCode() → int | Indicates whether this instance has h code. |