public class RealLUTConverter<R extends RealType<R>> extends AbstractLinearRange implements Converter<R,ARGBType>
ColorTable8, through which samples are
 filtered. Input values are interpreted as indices into the color table.CompositeXYProjector, 
for the code upon which this class was based.max, min, scale| Constructor and Description | 
|---|
RealLUTConverter()  | 
RealLUTConverter(double min,
                double max,
                ColorTable lut)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
convert(R input,
       ARGBType output)  | 
ColorTable | 
getLUT()  | 
void | 
setLUT(ColorTable lut)  | 
getMax, getMin, roundPositive, setMax, setMinpublic RealLUTConverter()
public RealLUTConverter(double min,
                        double max,
                        ColorTable lut)
public ColorTable getLUT()
public void setLUT(ColorTable lut)
Copyright © 2015–2022 ImgLib2. All rights reserved.