Class UIColor

java.lang.Object
heronarts.glx.ui.UIColor
Direct Known Subclasses:
UITheme.Color

public class UIColor extends Object
  • Field Details

    • BLACK

      public static final UIColor BLACK
    • WHITE

      public static final UIColor WHITE
    • NONE

      public static final UIColor NONE
    • argb

      protected int argb
  • Constructor Details

    • UIColor

      public UIColor(UIColor that)
    • UIColor

      public UIColor(int argb)
  • Method Details

    • get

      public int get()
    • maskf

      public int maskf(float alpha)
    • mask

      public int mask(int alpha)
    • mask

      public static int mask(int argb, int alpha)