Returns a reference to the current ImageProcessor. The CompositeImage class overrides this method to return the processor associated with the current channel.
()
| 465 | CompositeImage class overrides this method to return |
| 466 | the processor associated with the current channel. */ |
| 467 | public ImageProcessor getChannelProcessor() { |
| 468 | return getProcessor(); |
| 469 | } |
| 470 | |
| 471 | /** Returns an array containing the lookup tables used by this image, |
| 472 | * one per channel, or an empty array if this is an RGB image. |