Uses of Class
ij.process.ColorProcessor

Packages that use ColorProcessor
ij.plugin   
ij.plugin.filter   
ij.process   
 

Uses of ColorProcessor in ij.plugin
 

Subclasses of ColorProcessor in ij.plugin
(package private)  class ColorGenerator
           
 

Fields in ij.plugin declared as ColorProcessor
(package private)  ColorProcessor ColorPanel.cp
           
 

Uses of ColorProcessor in ij.plugin.filter
 

Methods in ij.plugin.filter with parameters of type ColorProcessor
 void BackgroundSubtracter.subtractRGBBackround(ColorProcessor ip, int ballRadius)
           
 

Uses of ColorProcessor in ij.process
 

Fields in ij.process declared as ColorProcessor
 ColorProcessor FHT.rgb
          Used by the FFT class.
 

Constructors in ij.process with parameters of type ColorProcessor
ColorBlitter(ColorProcessor ip)
          Constructs a ColorBlitter from a ColorProcessor.
MedianCut(ColorProcessor ip)