jme3tools.converters
クラス RGB565

java.lang.Object
  上位を拡張 jme3tools.converters.RGB565

public class RGB565
extends java.lang.Object


コンストラクタの概要
RGB565()
           
 
メソッドの概要
static short ARGB8_to_RGB565(int argb)
           
static int RGB565_to_ARGB8(short rgb565)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RGB565

public RGB565()
メソッドの詳細

ARGB8_to_RGB565

public static short ARGB8_to_RGB565(int argb)

RGB565_to_ARGB8

public static int RGB565_to_ARGB8(short rgb565)