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 String
toHexColorPrefix(int rgb)
static String
toHexColorPrefix(int r, int g, int b)
static int
getRed(int rgb)
static int
getGreen(int rgb)
static int
getBlue(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)
-
-
-
-