| Modifier and Type | Method and Description |
|---|---|
int |
getBlue()
Gets blue.
|
int |
getGreen()
Gets green.
|
String |
getHexRGB()
Gets hex rgb.
|
int |
getRed()
Gets red.
|
void |
setHexRGB(String hexRGB)
Sets hex rgb.
|
Color |
toAwtColor()
To awt color java . awt . color.
|
byte[] |
toByteArray()
To byte array byte [ ].
|
String |
toString() |
public ColorImpl(String hexRGB)
public byte[] toByteArray()
ColortoByteArray in interface Colorpublic Color toAwtColor()
ColortoAwtColor in interface Colorpublic int getRed()
Colorpublic int getGreen()
Colorpublic int getBlue()
ColorCopyright © 2018. All rights reserved.