Class TColor


  • public class TColor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TColor​(float r, float g, float b)  
      TColor​(float r, float g, float b, float a)  
      TColor​(int value)  
      TColor​(int r, int g, int b)  
      TColor​(int r, int g, int b, int a)  
    • Field Detail

      • BLACK

        public static final TColor BLACK
      • WHITE

        public static final TColor WHITE
    • Constructor Detail

      • 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 Detail

      • getRed

        public int getRed()
      • getGreen

        public int getGreen()
      • getBlue

        public int getBlue()
      • getAlpha

        public int getAlpha()