public class RGBA extends Object
| Constructor and Description |
|---|
RGBA() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getA()
The alpha component, in the [0-1] range (default: 1).
|
Integer |
getB()
The blue component, in the [0-255] range.
|
Integer |
getG()
The green component, in the [0-255] range.
|
Integer |
getR()
The red component, in the [0-255] range.
|
void |
setA(Double a)
The alpha component, in the [0-1] range (default: 1).
|
void |
setB(Integer b)
The blue component, in the [0-255] range.
|
void |
setG(Integer g)
The green component, in the [0-255] range.
|
void |
setR(Integer r)
The red component, in the [0-255] range.
|
public Integer getR()
public void setR(Integer r)
public Integer getG()
public void setG(Integer g)
public Integer getB()
public void setB(Integer b)
public Double getA()
public void setA(Double a)
Copyright © 2020. All rights reserved.