gnu.x11.extension.render
Class Color

java.lang.Object
  extended by gnu.x11.extension.render.Color

public class Color
extends java.lang.Object

Color in RENDER.


Field Summary
 int alpha
           
 int blue
           
 int green
           
 int red
           
 
Constructor Summary
Color()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public int red

green

public int green

blue

public int blue

alpha

public int alpha
Constructor Detail

Color

public Color()