public class VolatileRealTypeARGBConverter extends RealARGBConverter<VolatileRealType<?>>
VolatileRealType
to an ARGBType
.Modifier and Type | Field and Description |
---|---|
protected ARGBType |
background |
max, min, scale
Constructor and Description |
---|
VolatileRealTypeARGBConverter() |
VolatileRealTypeARGBConverter(ARGBType background) |
VolatileRealTypeARGBConverter(double min,
double max) |
VolatileRealTypeARGBConverter(double min,
double max,
ARGBType background) |
Modifier and Type | Method and Description |
---|---|
void |
convert(VolatileRealType<?> input,
ARGBType output) |
getAlpha, setAlpha
getMax, getMin, roundPositive, setMax, setMin
protected final ARGBType background
public VolatileRealTypeARGBConverter(ARGBType background)
public VolatileRealTypeARGBConverter()
public VolatileRealTypeARGBConverter(double min, double max, ARGBType background)
public VolatileRealTypeARGBConverter(double min, double max)
public void convert(VolatileRealType<?> input, ARGBType output)
convert
in interface Converter<VolatileRealType<?>,ARGBType>
convert
in class RealARGBConverter<VolatileRealType<?>>
Copyright © 2015–2022 ImgLib2. All rights reserved.