public class RealLUTARGBColorConverter<R extends RealType<?>> extends Object implements RealARGBColorConverter<R>
| Modifier and Type | Field and Description |
|---|---|
protected int |
black |
protected int[] |
lut |
protected double |
max |
protected double |
min |
protected double |
scale |
| Constructor and Description |
|---|
RealLUTARGBColorConverter(double min,
double max,
int[] lut) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(R input,
ARGBType output) |
ARGBType |
getColor() |
double |
getMax() |
double |
getMin() |
void |
setColor(ARGBType arg0) |
void |
setMax(double max) |
void |
setMin(double min) |
boolean |
supportsColor() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected int[] lut
protected double scale
protected double min
protected double max
protected int black
public RealLUTARGBColorConverter(double min,
double max,
int[] lut)
public boolean supportsColor()
supportsColor in interface ColorConverterpublic ARGBType getColor()
getColor in interface ColorConverterpublic void setColor(ARGBType arg0)
setColor in interface ColorConverterpublic double getMax()
getMax in interface LinearRangepublic double getMin()
getMin in interface LinearRangepublic void setMax(double max)
setMax in interface LinearRangepublic void setMin(double min)
setMin in interface LinearRangeCopyright © 2015–2021 Fiji. All rights reserved.