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) |
@Environment(value=CLIENT) public static int getAlpha(int argb)
public static int getRed(int argb)
public static int getGreen(int argb)
public static int getBlue(int argb)
@Environment(value=CLIENT) public static int getArgb(int alpha, int red, int green, int blue)
@Environment(value=CLIENT) public static int mixColor(int first, int second)