Package com.gaia3d.util
Class GaiaColorUtils
java.lang.Object
com.gaia3d.util.GaiaColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
decodeColor4
(int colorCode) static int
encodeColor4
(byte r, byte g, byte b, byte a) static byte[]
-
Constructor Details
-
GaiaColorUtils
public GaiaColorUtils()
-
-
Method Details
-
decodeColor4
public static byte[] decodeColor4(int colorCode) -
encodeColor4
public static int encodeColor4(byte r, byte g, byte b, byte a) -
randomColor4
public static byte[] randomColor4()
-