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, wait
create
protected 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 ColorConverter
public ARGBType getColor()
getColor
in interface ColorConverter
public void setColor(ARGBType arg0)
setColor
in interface ColorConverter
public double getMax()
getMax
in interface LinearRange
public double getMin()
getMin
in interface LinearRange
public void setMax(double max)
setMax
in interface LinearRange
public void setMin(double min)
setMin
in interface LinearRange
Copyright © 2015–2021 Fiji. All rights reserved.