| genre | LUT |
| status | stable |
| author | Tobias Boskamp |
| package | MeVisLab/Standard |
| dll | MLLUTTools |
| definition | MLLUTTools.def |
| see also | LUTPrimitive, LinearLUT, TableLUT, ChangeLUTColor, LUTInfo, LUTCurve, ApplyLUT, SoMLLUT, Window, Window2 |
| keywords | lookup, table, ramp, center, width, level, window |
The module RampLUT generates an RGB and alpha ramp lookup table (LUT) object.
The LUT can be used with the ApplyLUT module or within 2D/3D viewers (in conjunction with SoMLLUT). The two ramps for RGB and alpha channels can be parametrized independently.
Select parameters for the RGB Ramp and the Alpha Ramp. For both ramps, specifiy Center and Width, as well as Start and End color or alpha value.
Connect the outLUT output field to a SoMLLUT module to use the LUT in a 2D/3D viewer, or to an ApplyLUT module to apply the LUT to an ML image.
See LUT Functions for general information about ML lookup tables.
| Center (center): Double | Width (alphaWidth): Double |
| Center (alphaCenter): Double | |
| End (endColor): Color | |
| End (alphaEnd): Double | |
| Relative: Bool | |
| Start (startColor): Color | |
| Start (alphaStart): Double | |
| Width (width): Double |
If checked, the generated LUT is relative, i.e. the index value interval [0..1] is rescaled to the true image value range before applying the LUT. If the LUT is absolute, on the other hand, the image values are used as index values directly, without rescaling.
Sets the center index value of the ramp, either as an absolute image value or relative to [0..1].
Sets the width value of the ramp, either as an absolute image value range or relative to [0..1].
Sets the color used for index values below the start of the ramp (i.e. index <= center-width/2).
Sets the color used for index values above the end of the ramp (i.e. index >= center+width/2).
Sets the center index value of the ramp, either as an absolute image value or relative to [0..1].
Sets the width value of the ramp, either as an absolute image value range or relative to [0..1].