Package pers.neige.neigeitems.utils
Class ColorUtils
-
- All Implemented Interfaces:
public class ColorUtils
-
-
Constructor Summary
Constructors Constructor Description ColorUtils()
-
Method Summary
Modifier and Type Method Description static StringtoHexColorPrefix(int rgb)static StringtoHexColorPrefix(int r, int g, int b)static intgetRed(int rgb)static intgetGreen(int rgb)static intgetBlue(int rgb)-
-
Method Detail
-
toHexColorPrefix
static String toHexColorPrefix(int rgb)
-
toHexColorPrefix
static String toHexColorPrefix(int r, int g, int b)
-
getRed
static int getRed(int rgb)
-
getGreen
static int getGreen(int rgb)
-
getBlue
static int getBlue(int rgb)
-
-
-
-