Package | Description |
---|---|
ij | |
ij.io | |
ij.plugin | |
ij.process |
Modifier and Type | Method and Description |
---|---|
LUT |
CompositeImage.createLutFromColor(java.awt.Color color) |
LUT |
CompositeImage.getChannelLut() |
LUT |
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 Type | Method and Description |
---|---|
void |
CompositeImage.setChannelLut(LUT table) |
void |
CompositeImage.setChannelLut(LUT table,
int channel) |
void |
ImagePlus.setLut(LUT lut)
Assigns a LUT (lookup table) to this image.
|
void |
CompositeImage.setLuts(LUT[] luts) |
Modifier and Type | Method and Description |
---|---|
static LUT |
Opener.openLut(java.lang.String filePathOrUrl)
Opens a lookup table (LUT) and returns it as a LUT object, or returns null if there is an error.
|
Modifier and Type | Method and Description |
---|---|
static LUT |
LutLoader.openLut(java.lang.String pathOrURL)
Opens a LUT and returns it as a LUT object.
|
Modifier and Type | Method and Description |
---|---|
LUT |
LUT.createInvertedLut() |
static LUT |
LUT.createLutFromColor(java.awt.Color color)
Creates a color LUT from a Color.
|
LUT |
ImageProcessor.getLut() |
Modifier and Type | Method and Description |
---|---|
void |
ImageProcessor.setLut(LUT lut) |