Package net.mst.utilities.colors
Class Color
java.lang.Object
net.mst.utilities.colors.Color
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
r
protected int r -
g
protected int g -
b
protected int b
-
-
Constructor Details
-
Color
public Color(int Red, int Green, int Blue)
-
-
Method Details
-
of
-
getR
public int getR() -
getG
public int getG() -
getB
public int getB() -
toHex
-
toArray
-