Class RGB
java.lang.Object
net.thucydides.core.reports.html.accessibility.RGB
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RGB
public RGB(int red, int green, int blue, double alpha)
-
-
Method Details
-
plus
-
minus
-
getAlpha
public double getAlpha() -
getRed
public int getRed() -
getBlue
public int getBlue() -
getGreen
public int getGreen() -
toString
-