org.eclipse.swt.internal.gtk
Class GdkColor

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkColor

public class GdkColor
extends java.lang.Object


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

Field Detail

pixel

public int pixel

red

public short red

green

public short green

blue

public short blue

sizeof

public static final int sizeof
Constructor Detail

GdkColor

public GdkColor()