Package com.identity4j.util
Class Color
- java.lang.Object
-
- com.identity4j.util.Color
-
- All Implemented Interfaces:
RGB,Serializable
public class Color extends Object implements RGB
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlue()intgetGreen()intgetRed()static StringtoHexDigits(int value)static StringtoHexNumber(RGB color)static StringtoHexString(RGB color)
-