Package xyz.xenondevs.invui.util
Class ColorPalette
java.lang.Object
xyz.xenondevs.invui.util.ColorPalette
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
convertImage
(@NotNull BufferedImage image) static byte
getColor
(int rgba) static byte
getColor
(int red, int green, int blue) static byte
-
Constructor Details
-
ColorPalette
public ColorPalette()
-
-
Method Details
-
getColor
public static byte getColor(int red, int green, int blue) -
getColor
public static byte getColor(int rgba) -
getColor
-
convertImage
-