Colore

Colore

Panoramica

Color è una classe in Aspose.Cells FOSS per Java.

Rappresenta un valore di colore ARGB.

Proprietà

NomeTipoAccessoDescrizione
abyteLetturaRestituisce il a.
rbyteLetturaRestituisce il r.
gbyteLetturaRestituisce il g.
bbyteLetturaRestituisce il b.
emptyColorLetturaRestituisce il colore vuoto (nero trasparente).

Metodi

SignatureDescription
Color(a: byte, r: byte, g: byte, b: byte)Inizializza una nuova istanza di Color.
getA()byteRestituisce a.
getR()byteRestituisce r.
getG()byteRestituisce g.
getB()byteRestituisce b.
getEmpty()ColorRestituisce il colore vuoto (nero trasparente).
fromArgb(a: int, r: int, g: int, b: int)ColorElabora da argb.
equals(obj: Object)booleanConfronta questa istanza con il valore fornito.
hashCode()intIndica se questa istanza ha il codice h.
 Italiano