LUTBlend¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module LUTBlend generates a 2D or 3D output lookup table (LUT) by blending two 1D or 2D input LUTs.
Details¶
If both input LUTs are 1D, the output LUT is 2D; otherwise, it is 3D. If one of the input LUTs is 3D, the output LUT is invalid. If the row and/or layer range of the input LUTs are not identical, both LUTs are extended to the maximum range.
See LUT Functions for general information about ML lookup tables.
Windows¶
Default Panel¶
Input Fields¶
inLUT1¶
- name: inLUT1, type: MLBase¶
inLUT2¶
- name: inLUT2, type: MLBase¶
Output Fields¶
outLUT¶
- name: outLUT, type: LUTFunction(MLBase)¶
Parameter Fields¶
Visible Fields¶
Blending Steps¶
- name: blendingSteps, type: Integer, default: 256, minimum: 2¶
Sets the number of blending steps.