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