Package jme3tools.converters
Class RGB565
java.lang.Object
jme3tools.converters.RGB565
- 
Method SummaryModifier and TypeMethodDescriptionstatic shortARGB8_to_RGB565(int argb) static intRGB565_to_ARGB8(short rgb565) 
- 
Method Details- 
ARGB8_to_RGB565public static short ARGB8_to_RGB565(int argb) 
- 
RGB565_to_ARGB8public static int RGB565_to_ARGB8(short rgb565) 
 
-