Package heronarts.glx.ui
Class UIColor
java.lang.Object
heronarts.glx.ui.UIColor
- Direct Known Subclasses:
UITheme.Color
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
BLACK
-
WHITE
-
NONE
-
argb
protected int argb
-
-
Constructor Details
-
UIColor
-
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)
-