public interface Color
| 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 [ ].
|
byte[] toByteArray()
int getRed()
int getGreen()
int getBlue()
String getHexRGB()
void setHexRGB(String hexRGB)
hexRGB - the hex rgbColor toAwtColor()
Copyright © 2018. All rights reserved.