Uses of Class
ij.process.LUT
Packages that use LUT
-
Uses of LUT in ij
Modifier and TypeMethodDescriptionCompositeImage.createLutFromColor
(Color color) CompositeImage.getChannelLut()
CompositeImage.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.Modifier and TypeMethodDescriptionvoid
CompositeImage.setChannelLut
(LUT table) void
CompositeImage.setChannelLut
(LUT table, int channel) void
Assigns a LUT (lookup table) to this image.void
-
Uses of LUT in ij.io
-
Uses of LUT in ij.plugin
-
Uses of LUT in ij.process
Methods in ij.process that return LUTModifier and TypeMethodDescriptionLUT.createInvertedLut()
static LUT
LUT.createLutFromColor
(Color color) Creates a color LUT from a Color.ImageProcessor.getLut()
Methods in ij.process with parameters of type LUT