ColorValue

ColorValue

Visión general

ColorValue es una clase en Aspose.Cells FOSS para Java.

Representa un valor de color con componentes alfa, rojo, verde y azul.

Propiedades

NombreTipoAccesoDescripción
abyteLecturaDevuelve el a.
rbyteLecturaDevuelve el r.
gbyteLecturaDevuelve el g.
bbyteLecturaDevuelve el b.

Métodos

SignatureDescription
ColorValue(a: byte, r: byte, g: byte, b: byte)Inicializa una nueva instancia de ColorValue.
getA()byteDevuelve el a.
getR()byteDevuelve el r.
getG()byteDevuelve el g.
getB()byteDevuelve el b.
equals(obj: Object)booleanCompara esta instancia con el valor proporcionado.
hashCode()intIndica si esta instancia tiene código h.
 Español