Uses of Interface
net.imglib2.display.ColorTable
-
Packages that use ColorTable Package Description net.imglib2.converter net.imglib2.display -
-
Uses of ColorTable in net.imglib2.converter
Methods in net.imglib2.converter that return ColorTable Modifier and Type Method Description ColorTable
RealLUTConverter. getLUT()
Methods in net.imglib2.converter with parameters of type ColorTable Modifier and Type Method Description void
RealLUTConverter. setLUT(ColorTable lut)
Constructors in net.imglib2.converter with parameters of type ColorTable Constructor Description RealLUTConverter(double min, double max, ColorTable lut)
-
Uses of ColorTable in net.imglib2.display
Subinterfaces of ColorTable in net.imglib2.display Modifier and Type Interface Description interface
ArrayColorTable<T>
Interface for allColorTable
implementations that use an array to store their color table information.Classes in net.imglib2.display that implement ColorTable Modifier and Type Class Description class
AbstractArrayColorTable<T>
Abstract superclass for array-based color lookup tables.class
ColorTable16
16-bit color lookup table.class
ColorTable8
8-bit color lookup table.
-