Class Color


  • public class Color
    extends java.lang.Object
    • Field Detail

      • WHITE

        public static final Color WHITE
    • Constructor Detail

      • Color

        public Color​(float r,
                     float g,
                     float b,
                     float a)
      • Color

        public Color​(int r,
                     int g,
                     int b,
                     int a)
    • Method Detail

      • random

        public static Color random()
      • getColorRGBA

        public int getColorRGBA()
      • getColorARGB

        public int getColorARGB()
      • getColorRGB

        public int getColorRGB()
      • getColorRGBAV

        public float[] getColorRGBAV()
      • getRed

        public int getRed()
      • setRed

        public void setRed​(int r)
      • getGreen

        public int getGreen()
      • setGreen

        public void setGreen​(int g)
      • getBlue

        public int getBlue()
      • setBlue

        public void setBlue​(int b)
      • getAlpha

        public int getAlpha()
      • setAlpha

        public void setAlpha​(int a)
      • getFRed

        public float getFRed()
      • setFRed

        public void setFRed​(float fr)
      • getFGreen

        public float getFGreen()
      • setFGreen

        public void setFGreen​(float fg)
      • getFBlue

        public float getFBlue()
      • setFBlue

        public void setFBlue​(float fb)
      • getFAlpha

        public float getFAlpha()
      • setFAlpha

        public void setFAlpha​(float fa)