DisplayLUT¶
- MacroModule¶
genre
author
package
definition
see also
keywords
Purpose¶
The module DisplayLUT displays a one-, two-, or three-dimensional lookup table (LUT) object provided at the input of the module.
Details¶
The curve display used for 1D-LUTs uses different line styles for the different LUT channels. Red, green, and blue lines represent the red, green, and blue channels of an RGB(A) LUT, a white solid line represents the luminance channel of an L(A) LUT, and a dotted line represents the alpha channel.
For the display of 2/3D-LUTs and the color bar below the curve diagram for 1D-LUTs, the alpha channel defines the image transparency, which is visualized by means of an underlying checker board pattern.The lower the alpha value, the more visible the checkers pattern becomes.
See the page on LUT functions referenced by the LUTInfo help page for general information about ML lookup tables.
If the index width of the LUT is less than Min. LUT Sampling Width or greater than Max. LUT Sampling Width, the displayed LUT is rescaled to the minimum or maximum, respectively.
Windows¶
Default Panel¶
colorBar¶
Input Fields¶
inLUT¶
- name: inLUT, type: LUTFunction(MLBase)¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Detail¶
- name: detail, type: Bool, default: FALSE¶
Shows/hides details.
Min. LUT Sampling Width¶
- name: minLUTSamplingWidth, type: Integer, default: 256¶
Sets a minimum width for the displayed LUT.
Max. LUT Sampling Width¶
- name: maxLUTSamplingWidth, type: Integer, default: 4096¶
Sets a maximum width for the displayed LUT.
Auto¶
- name: autoIndexRange, type: Bool, default: TRUE¶
If checked, the index range used for display is selected automatically.
Min Index¶
- name: minIndex, type: Double, default: 0¶
Sets the minimum index for displaying the LUT.
Max Index¶
- name: maxIndex, type: Double, default: 1¶
Sets the maximum index for displaying the LUT.
Relative¶
- name: relative, type: Bool, persistent: no¶
If checked, the displayed LUT is relative.