jme3tools.converters
Class RGB565

java.lang.Object
  extended by jme3tools.converters.RGB565

public class RGB565
extends java.lang.Object


Constructor Summary
RGB565()
           
 
Method Summary
static short ARGB8_to_RGB565(int argb)
           
static int RGB565_to_ARGB8(short rgb565)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RGB565

public RGB565()
Method Detail

ARGB8_to_RGB565

public static short ARGB8_to_RGB565(int argb)

RGB565_to_ARGB8

public static int RGB565_to_ARGB8(short rgb565)