public abstract class LutReader extends Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
blues
Holds the blues values.
|
protected 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 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.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.