LUTDuplicate¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module LUTDuplicate generates a 2D or 3D output lookup table (LUT) by duplication of the input LUT.
Usage¶
Connect a lookup table object to the module’s input, specify how much copies should be made, and whether the copied LUTs are concatenated as rows or layers.
Details¶
See LUT Functions for general information about ML lookup tables.
Windows¶
Default Panel¶
Input Fields¶
inLUT¶
- name: inLUT, type: MLBase¶
Output Fields¶
outLUT¶
- name: outLUT, type: LUTFunction(MLBase)¶
Parameter Fields¶
Visible Fields¶
Num Duplicates¶
- name: numberOfDuplicates, type: Integer, default: 2¶
Sets how often the input is copied to create the output LUT.
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 |