public class ColorUtil extends Object
| Constructor and Description |
|---|
ColorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBlueFromHex(String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for
color blue.
|
static int |
getGreenFromHex(String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for
color green.
|
static int |
getRedFromHex(String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for
color red.
|
public static int getBlueFromHex(String hexRGBString)
hexRGBString - public static int getRedFromHex(String hexRGBString)
hexRGBString - public static int getGreenFromHex(String hexRGBString)
hexRGBString -