gnu.rfb
Class Colour

java.lang.Object
  extended by gnu.rfb.Colour

public class Colour
extends java.lang.Object


Field Summary
 int b
           
 int g
           
 int r
           
 
Constructor Summary
Colour()
           
 
Method Summary
 void readData(java.io.DataInput input)
          Reads in a single RGB value from the input.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public int r

g

public int g

b

public int b
Constructor Detail

Colour

public Colour()
Method Detail

readData

public void readData(java.io.DataInput input)
              throws java.io.IOException
Reads in a single RGB value from the input.

Parameters:
input - The input to read from.
Throws:
java.io.IOException - If unable to read from the input.