Package net.kunmc.lab.ikisugilogger
Class Util
java.lang.Object
net.kunmc.lab.ikisugilogger.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intconvertHSBtoRGB(float hue, float saturation, float brightness)static StringstringRepeat(String text, int cont)static int[]toRGB(int colorCode)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
stringRepeat
-
toRGB
public static int[] toRGB(int colorCode) -
convertHSBtoRGB
public static int convertHSBtoRGB(float hue, float saturation, float brightness)
-