edu.jhu.ece.iacl.algorithms.dti.tractography.FACT
Class RGB

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.dti.tractography.FACT.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
           
 byte g
           
 byte r
           
 
Constructor Summary
RGB(byte R, byte G, byte B)
           
 
Method Summary
static RGB read(LEFileReader fp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public byte r

g

public byte g

b

public byte b
Constructor Detail

RGB

public RGB(byte R,
           byte G,
           byte B)
Method Detail

read

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