Package org.fest.assertions
Class RGBColor
java.lang.Object
org.fest.assertions.RGBColor
Understands a color.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
r
private final int r -
g
private final int g -
b
private final int b
-
-
Constructor Details
-
RGBColor
RGBColor(int rgb) -
RGBColor
RGBColor(int r, int g, int b)
-
-
Method Details