Package org.teavm.classlib.java.awt
Class TColor
java.lang.Object
org.teavm.classlib.java.awt.TColor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLACK
-
WHITE
-
-
Constructor Details
-
TColor
public TColor(int r, int g, int b) -
TColor
public TColor(int r, int g, int b, int a) -
TColor
public TColor(float r, float g, float b) -
TColor
public TColor(float r, float g, float b, float a) -
TColor
public TColor(int value)
-
-
Method Details
-
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
getAlpha
public int getAlpha()
-