-
public final class RGBAA structure holding an RGBA color.
-
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final Doublecomponent4()final RGBAcopy(Integer r, Integer g, Integer b, Double a)final IntegergetR()The red component, in the 0-255 range. final IntegergetG()The green component, in the 0-255 range. final IntegergetB()The blue component, in the 0-255 range. final DoublegetA()The alpha component, in the 0-1 range (default: 1). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Double component4()
-
-
-
-