public abstract class LutReader
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected byte[] | bluesHolds the blues values. | 
| protected java.io.File | fileThe file to read. | 
| protected byte[] | greensHolds the green values. | 
| protected boolean | rawFlag indicating to read 32 byte NIH Image LUT header. | 
| protected byte[] | redsHolds 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.
                
                
Version: 5.4.6-ice35-b87
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.