public final class Rgb16 extends java.lang.Object
int
b
g
r
Rgb16()
void
diffDiv(Rgb16 a, Rgb16 b, int divisor)
getArgb()
static Rgb16
newI(int argb)
setAndIncrement(Rgb16 base, Rgb16 inc)
setInt(int a)
setRgb(Rgb16 a)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int r
public int g
public int b
public Rgb16()
public static Rgb16 newI(int argb)
public void setInt(int a)
public void setRgb(Rgb16 a)
public void diffDiv(Rgb16 a, Rgb16 b, int divisor)
public void setAndIncrement(Rgb16 base, Rgb16 inc)
public int getArgb()
public java.lang.String toString()
toString
java.lang.Object