ColorValue
Panoramica
ColorValue è una classe in Aspose.Cells FOSS per Java.
Rappresenta un valore di colore con componenti alfa, rosso, verde e blu.
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
a | byte | Lettura | Restituisce il a. |
r | byte | Lettura | Restituisce il r. |
g | byte | Lettura | Restituisce il g. |
b | byte | Lettura | Restituisce il b. |
Metodi
| Signature | Description |
|---|---|
ColorValue(a: byte, r: byte, g: byte, b: byte) | Inizializza una nuova istanza di ColorValue. |
getA() → byte | Restituisce il a. |
getR() → byte | Restituisce il r. |
getG() → byte | Restituisce il g. |
getB() → byte | Restituisce il b. |
equals(obj: Object) → boolean | Confronta questa istanza con il valore fornito. |
hashCode() → int | Indica se questa istanza ha il codice h. |