public class RGB
extends Object
-
Constructor Summary
Constructors
RGB(int red,
int green,
int blue,
double alpha)
-
Method Summary
-
Constructor Details
-
RGB
public RGB(int red,
int green,
int blue,
double alpha)
-
Method Details
-
-
-
getAlpha
public double getAlpha()
-
getRed
public int getRed()
-
getBlue
public int getBlue()
-
getGreen
public int getGreen()
-