ColorValue

Overview

ColorValue is a class in Aspose.Cells FOSS for Java.

Represents a color value with alpha, red, green, and blue components.

Properties

NameTypeAccessDescription
abyteReadReturns the a.
rbyteReadReturns the r.
gbyteReadReturns the g.
bbyteReadReturns the b.

Methods

SignatureDescription
ColorValue(a: byte, r: byte, g: byte, b: byte)Initializes a new ColorValue instance.
getA()byteReturns the a.
getR()byteReturns the r.
getG()byteReturns the g.
getB()byteReturns the b.
equals(obj: Object)booleanCompares this instance with the provided value.
hashCode()intIndicates whether this instance has h code.