public class SumoColor extends Object implements SumoObject
byte
a
b
g
r
SumoColor()
SumoColor(int r, int g, int b, int a)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public byte r
public byte g
public byte b
public byte a
public SumoColor()
public SumoColor(int r, int g, int b, int a)
public String toString()
toString
Object