Package | Description |
---|---|
net.imglib2.converter | |
net.imglib2.display |
Modifier and Type | Method and Description |
---|---|
ColorTable |
RealLUTConverter.getLUT() |
Modifier and Type | Method and Description |
---|---|
void |
RealLUTConverter.setLUT(ColorTable lut) |
Constructor and Description |
---|
RealLUTConverter(double min,
double max,
ColorTable lut) |
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayColorTable<T>
Interface for all
ColorTable implementations that use an array to
store their color table information. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayColorTable<T>
Abstract superclass for array-based color lookup tables.
|
class |
ColorTable16
16-bit color lookup table.
|
class |
ColorTable8
8-bit color lookup table.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.