ColorValue

ColorValue

Panoramica

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

Rappresenta un valore di colore con componenti alfa, rosso, verde e blu.

Proprietà

NomeTipoAccessoDescrizione
abyteLetturaRestituisce il a.
rbyteLetturaRestituisce il r.
gbyteLetturaRestituisce il g.
bbyteLetturaRestituisce il b.

Metodi

SignatureDescription
ColorValue(a: byte, r: byte, g: byte, b: byte)Inizializza una nuova istanza di ColorValue.
getA()byteRestituisce il a.
getR()byteRestituisce il r.
getG()byteRestituisce il g.
getB()byteRestituisce il b.
equals(obj: Object)booleanConfronta questa istanza con il valore fornito.
hashCode()intIndica se questa istanza ha il codice h.
 Italiano