LUTSelect¶
- MLModule¶
genre
author
package
dll
definition
see also
LUTBlend,LUTConcat,LUTToMLImage,LUTInfo,DisplayLUT,LUTCurve,SoMLLUTkeywords
Purpose¶
The module LUTSelect selects a single row from a 2D or 3D LUT and presents it as a 1D LUT at its output field.
Details¶
For 2D and 3D LUTs, rows are numbered from 0 to height-1, and layers are numbered from 0 to depth-1. Row/layer values outside of these ranges are clamped.
See LUT Functions for general information about ML lookup tables.
Windows¶
Default Panel¶
Input Fields¶
inLut¶
- name: inLut, type: LUTFunction(MLBase)¶
Output Fields¶
outLUT¶
- name: outLUT, type: LUTFunction(MLBase)¶
Parameter Fields¶
Visible Fields¶
Row¶
- name: row, type: Integer, default: 0¶
Sets the row to be selected in the input LUT.
Layer¶
- name: layer, type: Integer, default: 0¶
Sets the layer to be selected in the input LUT.