LUTSelect

MLModule
genre LUT
status stable
author Tobias Boskamp
package MeVisLab/Standard
dll MLLUTTools
definition MLLUTTools.def
see also LUTBlend, LUTConcat, LUTToMLImage, LUTInfo, DisplayLUT, LUTCurve, SoMLLUT
keywords lookup, table

Purpose

The module LUTSelect selects a single row from a 2D- or 3D-LUT and presents it as a 1D-LUT at its output node.

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

../../../Modules/ML/MLLUTTools/mhelp/Images/Screenshots/LUTSelect._default.png

Input Fields

inLut

name: inLut, type: MLBase

Output Fields

outLUT

name: outLUT, type: 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.