| genre | LUT |
| status | stable |
| author | Wolf Spindler |
| package | MeVisLab/Standard |
| dll | MLMiscModulesInv |
| definition | MLMiscModulesInv.def |
| see also | LutBase, View2D, SoRLVolRen, SoRLLookUpTable, SoView2DOverlay |
| keywords | grey, gray, red, green, blue, alpha, color, channel, lookup, table, rgb, rgba, conversion, transfer, function |
The module Lut permits editing piecewise linear functions which defines a lookup table to map input voxel values to output voxel values or - as an alternativ - a window/center representation.
Note that due to performance reasons the maximum number of look up entries is limited to 16384. So the resolution of the table is limited if maximum and minimum value of the input image differ strongly. If maximum and minimum differ less or equal than 1 the number of look up table entries is set to 1024.
Use SoLUTEditor or SoLUTEditor2D instead.
| Alpha Center: Float | Maximum: Float | name9: String |
| Alpha Factor: Float | Minimum: Float | nameA: String |
| Alpha Width: Float | name0: String | nameB: String |
| Auto Update: Bool | name1: String | nameC: String |
| Color: Color | name2: String | nameD: String |
| editorState: String | name3: String | nameE: String |
| Grey Center: Float | name4: String | nameF: String |
| Grey Width: Float | name5: String | Update: Trigger |
| Invert (invertGrey): Bool | name6: String | Use Editor: Bool |
| Invert (invertAlpha): Bool | name7: String | X: Float |
| Lut Mode: Enum | name8: String | Y: Float |
Defines the mode of the LUT.
Values:
| Title | Name |
|---|---|
| Channel0 -> Grey | Channel0 -> Grey |
| Intensity+Alpha -> Intensity+Alpha | Intensity+Alpha -> Intensity+Alpha |
| Channel0 -> RGB | Channel0 -> RGB |
| Channel0 -> RGBA | Channel0 -> RGBA |
| Channel N -> Channel N | ChannelN -> ChannelN |
| Channel0(8 bit) -> RGB Trace Colors | Channel0(8 bit) -> RGB TraceColors |
| Channel0(16 bit) -> RGB Trace Colors | Channel0(16 bit) -> RGB TraceColors |
| Channel0(8 bit) -> RGBA Trace Colors | Channel0(8 bit) -> RGBA TraceColors |
| Channel0(16 bit) -> RGBA Trace Colors | Channel0(16 bit) -> RGBA TraceColors |
If checked, all changes to any field trigger an update of the LUT (output).
Sets the center of the alpha window.
Sets the width of the alpha window.
Set the center of the grey value window.
Set the width of the grey value window.
If checked, the grey center and width are inverted.
If checked, the alpha center and width are inverted.
Sets an overall alpha value.