@Environment(value=CLIENT) public static class BackgroundHelper.ColorMixer extends Object
| Constructor and Description |
|---|
ColorMixer() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getAlpha(int argb) |
static int |
getArgb(int alpha,
int red,
int green,
int blue) |
static int |
getBlue(int argb) |
static int |
getGreen(int argb) |
static int |
getRed(int argb) |
static int |
mixColor(int first,
int second) |
public static int getAlpha(int argb)
public static int getRed(int argb)
public static int getGreen(int argb)
public static int getBlue(int argb)
public static int getArgb(int alpha,
int red,
int green,
int blue)
public static int mixColor(int first,
int second)