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