edu.jhu.ece.iacl.jist.structures.image
Class RGB

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.image.RGB

public class RGB
extends java.lang.Object

Created by IntelliJ IDEA. User: bennett Date: Dec 6, 2005 Time: 4:44:08 PM To change this template use Options | File Templates.


Field Summary
 byte b
          The b.
 byte g
          The b.
 byte r
          The b.
 
Constructor Summary
RGB(byte R, byte G, byte B)
          Instantiates a new rGB.
 
Method Summary
static RGB read(LEFileReader fp)
          Read.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public byte r
The b.


g

public byte g
The b.


b

public byte b
The b.

Constructor Detail

RGB

public RGB(byte R,
           byte G,
           byte B)
Instantiates a new rGB.

Parameters:
R - the r
G - the g
B - the b
Method Detail

read

public static RGB read(LEFileReader fp)
                throws java.io.IOException
Read.

Parameters:
fp - the fp
Returns:
the rGB
Throws:
java.io.IOException - Signals that an I/O exception has occurred.