|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.image.RGB
public class RGB
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 |
|---|
public byte r
public byte g
public byte b
| Constructor Detail |
|---|
public RGB(byte R,
byte G,
byte B)
R - the rG - the gB - the b| Method Detail |
|---|
public static RGB read(LEFileReader fp)
throws java.io.IOException
fp - the fp
java.io.IOException - Signals that an I/O exception has occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||