Class TColor

java.lang.Object
org.teavm.classlib.java.awt.TColor

public class TColor extends Object
  • Field Details

    • BLACK

      public static final TColor BLACK
    • WHITE

      public static final TColor 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()