public final class Rgb16 extends Object
int
bScaled
gScaled
rScaled
Rgb16()
void
diffDiv(Rgb16 rgb16A, Rgb16 rgb16B, int divisor)
getArgb()
static Rgb16
newI(int argb)
setAndIncrement(Rgb16 base, Rgb16 other)
setInt(int argb)
setRgb(Rgb16 other)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int rScaled
public int gScaled
public int bScaled
public Rgb16()
public static Rgb16 newI(int argb)
public void setInt(int argb)
public void setRgb(Rgb16 other)
public void diffDiv(Rgb16 rgb16A, Rgb16 rgb16B, int divisor)
public void setAndIncrement(Rgb16 base, Rgb16 other)
public int getArgb()
public String toString()
toString
Object