Uses of Class
ij.process.LUT

Packages that use LUT
ij   
ij.process   
 

Uses of LUT in ij
 

Methods in ij that return LUT
 LUT CompositeImage.createLutFromColor(java.awt.Color color)
           
 LUT CompositeImage.getChannelLut()
           
 LUT CompositeImage.getChannelLut(int channel)
           
 LUT[] ImagePlus.getLuts()
           
 LUT[] CompositeImage.getLuts()
           
 

Methods in ij with parameters of type LUT
 void CompositeImage.setChannelLut(LUT table)
           
 void CompositeImage.setChannelLut(LUT table, int channel)
           
 void CompositeImage.setLuts(LUT[] luts)
           
 

Uses of LUT in ij.process
 

Methods in ij.process that return LUT
 LUT LUT.createInvertedLut()