public abstract class LutReader
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] | 
blues
Holds the blues values. 
 | 
protected java.io.File | 
file
The file to read. 
 | 
protected byte[] | 
greens
Holds the green values. 
 | 
protected boolean | 
raw
Flag indicating to read 32 byte NIH Image LUT header. 
 | 
protected byte[] | 
reds
Holds the red values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte | 
getBlue(int value)
Returns the blue value. 
 | 
byte | 
getGreen(int value)
Returns the green value. 
 | 
byte | 
getRed(int value)
Returns the red value. 
 | 
protected byte[] reds
protected byte[] greens
protected byte[] blues
protected java.io.File file
protected boolean raw
public byte getRed(int value)
value - The value to handle.public byte getGreen(int value)
value - The value to handle.public byte getBlue(int value)
value - The value to handle.