Class Color

java.lang.Object
org.collebol.client.gui.graphics.Color

public class Color extends Object
  • Field Details

    • WHITE

      public static float[] WHITE
    • BLACK

      public static float[] BLACK
    • RED

      public static float[] RED
    • GREEN

      public static float[] GREEN
    • BLUE

      public static float[] BLUE
    • YELLOW

      public static float[] YELLOW
    • CYAN

      public static float[] CYAN
    • MAGENTA

      public static float[] MAGENTA
    • GRAY

      public static float[] GRAY
    • LIGHT_GRAY

      public static float[] LIGHT_GRAY
    • DARK_GRAY

      public static float[] DARK_GRAY
    • ORANGE

      public static float[] ORANGE
    • PINK

      public static float[] PINK
    • PURPLE

      public static float[] PURPLE
    • BROWN

      public static float[] BROWN
    • GOLD

      public static float[] GOLD
    • SILVER

      public static float[] SILVER
    • LIME

      public static float[] LIME
    • TEAL

      public static float[] TEAL
    • INDIGO

      public static float[] INDIGO
    • MAROON

      public static float[] MAROON
    • OLIVE

      public static float[] OLIVE
    • BEIGE

      public static float[] BEIGE
    • SALMON

      public static float[] SALMON
    • TURQUOISE

      public static float[] TURQUOISE
    • VIOLET

      public static float[] VIOLET
  • Constructor Details

    • Color

      public Color()
  • Method Details

    • setOpacity

      public static float[] setOpacity(float[] color, float opacity)