com.fluendo.jkate
Class Color

java.lang.Object
  extended by com.fluendo.jkate.Color

public class Color
extends java.lang.Object


Field Summary
 byte a
           
 byte b
           
 byte g
           
 byte r
           
 
Constructor Summary
Color()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public byte r

g

public byte g

b

public byte b

a

public byte a
Constructor Detail

Color

public Color()