Class Color
java.lang.Object
org.htmlunit.html.impl.Color
Our own implementation of color to be
independent of awt (for this).
- Author:
- Ronald Brill
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Color
public Color(int red, int green, int blue) -
Color
public Color(int red, int green, int blue, int alpha)
-
-
Method Details
-
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
getAlpha
public int getAlpha() -
hashCode
-
equals
-