Uses of Class
ij.process.LUT
-
Packages that use LUT Package Description ij ij.io ij.plugin ij.process -
-
Uses of LUT in ij
Methods in ij that return LUT Modifier and Type Method Description LUTCompositeImage. createLutFromColor(Color color)LUTCompositeImage. getChannelLut()LUTCompositeImage. getChannelLut(int channel)LUT[]CompositeImage. getLuts()LUT[]ImagePlus. getLuts()Returns an array containing the lookup tables used by this image, one per channel, or an empty array if this is an RGB image.Methods in ij with parameters of type LUT Modifier and Type Method Description voidCompositeImage. setChannelLut(LUT table)voidCompositeImage. setChannelLut(LUT table, int channel)voidImagePlus. setLut(LUT lut)Assigns a LUT (lookup table) to this image.voidCompositeImage. setLuts(LUT[] luts) -
Uses of LUT in ij.io
Methods in ij.io that return LUT Modifier and Type Method Description static LUTOpener. openLut(String filePathOrUrl)Opens a lookup table (LUT) and returns it as a LUT object, or returns null if there is an error. -
Uses of LUT in ij.plugin
Methods in ij.plugin that return LUT Modifier and Type Method Description static LUTLutLoader. openLut(String pathOrURL)Opens a LUT and returns it as a LUT object. -
Uses of LUT in ij.process
Methods in ij.process that return LUT Modifier and Type Method Description LUTLUT. createInvertedLut()static LUTLUT. createLutFromColor(Color color)Creates a color LUT from a Color.LUTImageProcessor. getLut()Methods in ij.process with parameters of type LUT Modifier and Type Method Description voidImageProcessor. setLut(LUT lut)
-