| Constructor and Description |
|---|
Color()
Deprecated.
|
Color(int rgb)
Deprecated.
|
Color(int r,
int g,
int b)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getB()
Deprecated.
|
int |
getG()
Deprecated.
|
int |
getR()
Deprecated.
|
int |
getRgb()
Deprecated.
|
void |
setRgb(int rgb)
Deprecated.
|