Package javaforce.webui
Class Color
java.lang.Object
javaforce.webui.Color
WebUI Color
- Author:
- pquiring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
r
public int r -
g
public int g -
b
public int b -
white
public static int white -
darkGrey
public static int darkGrey -
grey
public static int grey -
lightGrey
public static int lightGrey -
black
public static int black -
red
public static int red -
green
public static int green -
blue
public static int blue -
yellow
public static int yellow -
darkRed
public static int darkRed -
darkGreen
public static int darkGreen -
darkBlue
public static int darkBlue
-
-
Constructor Details
-
Color
public Color(int rgb)
-
-
Method Details