LUTConcat¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module LUTConcat generates a two- or three-dimensional output lookup table (LUT) by concatenating up to six 1D, 2D, or 3D input LUTs.
If the row and/or layer range of the input LUTs are not identical, all LUTs are extended to the maximum range.
Details¶
See LUT Functions for general information about ML lookup tables.
Windows¶
Default Panel¶
Input Fields¶
inLUT0¶
- name: inLUT0, type: MLBase¶
inLUT1¶
- name: inLUT1, type: MLBase¶
inLUT2¶
- name: inLUT2, type: MLBase¶
inLUT3¶
- name: inLUT3, type: MLBase¶
inLUT4¶
- name: inLUT4, type: MLBase¶
inLUT5¶
- name: inLUT5, type: MLBase¶
Output Fields¶
outLUT¶
- name: outLUT, type: LUTFunction(MLBase)¶
Parameter Fields¶
Visible Fields¶
Concat Mode¶
- name: concatMode, type: Enum, default: Rows¶
Defines whether the input LUTs are concatenated in the row or in the layer direction.
Values:
Title |
Name |
|---|---|
Rows |
Rows |
Layers |
Layers |