public class RenderUtil
extends java.lang.Object
Constructor and Description |
---|
RenderUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
setGLColorFromInt(int color)
Takes _RGB (alpha is set to 1)
|
static void |
setGLColorFromIntPlusAlpha(int color)
Takes ARGB
|
static int |
swapARGBforABGR(int argb) |