public class ColorTableHarmonizer extends Object implements DisplayHarmonizer
Constructor and Description |
---|
ColorTableHarmonizer(ImageDisplayService imgDispSrv) |
Modifier and Type | Method and Description |
---|---|
void |
updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Sets the ColorTables of the active view of an modern ImageJ ImageDisplay
from the LUTs of a given ImagePlus or CompositeImage.
|
void |
updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Sets LUTs of an ImagePlus or CompositeImage.
|
public ColorTableHarmonizer(ImageDisplayService imgDispSrv)
public void updateDisplay(ImageDisplay disp, ij.ImagePlus imp)
updateDisplay
in interface DisplayHarmonizer
public void updateLegacyImage(ImageDisplay disp, ij.ImagePlus imp)
updateLegacyImage
in interface DisplayHarmonizer
Copyright © 2014–2022 ImageJ. All rights reserved.