public static class ImagePlusLoader.ColorSettings extends Object
Modifier and Type | Field and Description |
---|---|
ARGBType |
color |
int |
converterSetupIndex |
double |
max |
double |
min |
Constructor and Description |
---|
ColorSettings(int converterSetupIndex,
double min,
double max,
ARGBType color) |
Modifier and Type | Method and Description |
---|---|
static ImagePlusLoader.ColorSettings |
fromImagePlus(ij.ImagePlus imp,
int converterSetupIndex,
int channelOffset) |
void |
updateSetup(ConverterSetup setup) |
void |
updateSetup(SetupAssignments setups)
Deprecated.
|
public final int converterSetupIndex
public final double min
public final double max
public final ARGBType color
public ColorSettings(int converterSetupIndex, double min, double max, ARGBType color)
public void updateSetup(SetupAssignments setups)
public void updateSetup(ConverterSetup setup)
public static ImagePlusLoader.ColorSettings fromImagePlus(ij.ImagePlus imp, int converterSetupIndex, int channelOffset)
Copyright © 2015–2021 Fiji. All rights reserved.