All Packages Class Hierarchy This Package Previous Next Index
Class utils.GUI.ColorHelper
java.lang.Object
|
+----utils.GUI.ColorHelper
- public class ColorHelper
- extends Object
a class for colors
public static color array: BlackHash: a list of colors which
show up on black
// maybe someday add a white and or gray hash
static function: fromHexString(String)
tries to parse the string as 6 hex digits
if fails tries to parse it via Color.getColor(String)
first tries it as 3 two digit hex values for RGB then tries
Color.getColor(string )
-
ACCCOLOR
-
-
BlackHash
-
-
MAXBLACK
-
-
VELCOLOR
-
-
ColorHelper()
-
-
blackPalette(int)
-
-
fromHexString(String)
-
MAXBLACK
public static int MAXBLACK
BlackHash
public static Color BlackHash[]
VELCOLOR
public static Color VELCOLOR
ACCCOLOR
public static Color ACCCOLOR
ColorHelper
public ColorHelper()
blackPalette
public static Color blackPalette(int i)
fromHexString
public static Color fromHexString(String s)
All Packages Class Hierarchy This Package Previous Next Index