Uses of Interface
net.imglib2.display.RealARGBColorConverter
-
Packages that use RealARGBColorConverter Package Description net.imglib2.display -
-
Uses of RealARGBColorConverter in net.imglib2.display
Classes in net.imglib2.display that implement RealARGBColorConverter Modifier and Type Class Description static classRealARGBColorConverterFactory.Imp<R extends RealType<?>>Fields in net.imglib2.display with type parameters of type RealARGBColorConverter Modifier and Type Field Description private static ClassCopyProvider<RealARGBColorConverter>RealARGBColorConverterFactory. providerMethods in net.imglib2.display that return RealARGBColorConverter Modifier and Type Method Description static <R extends RealType<?>>
RealARGBColorConverter<R>RealARGBColorConverter. create(R type, double min, double max)static <R extends RealType<?>>
RealARGBColorConverter<R>RealARGBColorConverterFactory. create(R type, double min, double max)
-