Package | Description |
---|---|
icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
Modifier and Type | Class and Description |
---|---|
class |
ByteColorModel |
class |
DoubleColorModel |
class |
FloatColorModel |
class |
IcyColorModel |
class |
IntColorModel |
class |
LongColorModel |
class |
ShortColorModel |
class |
UByteColorModel |
class |
UIntColorModel |
class |
ULongColorModel |
class |
UShortColorModel |
Modifier and Type | Class and Description |
---|---|
class |
LUT |
class |
LUTBand
Deprecated.
Use
LUT.LUTChannel instead. |
Modifier and Type | Method and Description |
---|---|
void |
Scaler.addListener(ScalerListener listener)
Add a listener
|
void |
Scaler.removeListener(ScalerListener listener)
Remove a listener
|