Package net.imglib2.converter
Class RealARGBConverter<R extends RealType<?>>
java.lang.Object
net.imglib2.display.AbstractLinearRange
net.imglib2.converter.RealARGBConverter<R>
- All Implemented Interfaces:
Converter<R,,ARGBType> LinearRange
- Direct Known Subclasses:
VolatileRealTypeARGBConverter
public class RealARGBConverter<R extends RealType<?>>
extends AbstractLinearRange
implements Converter<R,ARGBType>
-
Field Summary
FieldsFields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
Field Details
-
alpha
private int alpha
-
-
Constructor Details
-
RealARGBConverter
public RealARGBConverter() -
RealARGBConverter
public RealARGBConverter(double min, double max)
-
-
Method Details