public interface RealARGBColorConverter<R extends RealType<?>> extends ColorConverter, Converter<R,ARGBType>
Modifier and Type | Method and Description |
---|---|
static <R extends RealType<?>> |
create(R type,
double min,
double max) |
getColor, setColor, supportsColor
getMax, getMin, setMax, setMin
static <R extends RealType<?>> RealARGBColorConverter<R> create(R type, double min, double max)
Copyright © 2015–2021 Fiji. All rights reserved.