LUTChannelMap¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module LUTChannelMap copies the individual channels of a lookup table connected to its input to specified channels of a new LUT object provided at the output of the module.
The output LUT may also have a different visual type than the input LUT.
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¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Luminance¶
- name: outputLuminance, type: Enum, default: Luminance¶
Defines the source channel for this output channel.
Values:
Title |
Name |
Description |
|---|---|---|
None |
None |
All values are initialized with 0. |
Luminance |
Luminance |
|
Red |
Red |
|
Green |
Green |
|
Blue |
Blue |
|
Alpha |
Alpha |
Red¶
- name: outputRed, type: Enum, default: Red¶
Defines the source channel for this output channel.
Values:
Title |
Name |
Description |
|---|---|---|
None |
None |
All values are initialized with 0. |
Luminance |
Luminance |
|
Red |
Red |
|
Green |
Green |
|
Blue |
Blue |
|
Alpha |
Alpha |
Green¶
- name: outputGreen, type: Enum, default: Green¶
Defines the source channel for this output channel.
Values:
Title |
Name |
Description |
|---|---|---|
None |
None |
All values are initialized with 0. |
Luminance |
Luminance |
|
Red |
Red |
|
Green |
Green |
|
Blue |
Blue |
|
Alpha |
Alpha |
Blue¶
- name: outputBlue, type: Enum, default: Blue¶
Defines the source channel for this output channel.
Values:
Title |
Name |
Description |
|---|---|---|
None |
None |
All values are initialized with 0. |
Luminance |
Luminance |
|
Red |
Red |
|
Green |
Green |
|
Blue |
Blue |
|
Alpha |
Alpha |
Alpha¶
- name: outputAlpha, type: Enum, default: Alpha¶
Defines the source channel for this output channel.
Values:
Title |
Name |
Description |
|---|---|---|
None |
None |
No alpha channel is present in the output LUT. |
Luminance |
Luminance |
|
Red |
Red |
|
Green |
Green |
|
Blue |
Blue |
|
Alpha |
Alpha |
Output Type¶
- name: outputType, type: Enum, default: RGB¶
Defines the visual type of the output LUT, defining the number and visual interpretation of the LUT channels.
Values:
Title |
Name |
Description |
|---|---|---|
L |
L |
Single luminance channel, possibly with alpha (LA). |
Rgb |
RGB |
Red, green, and blue channels, possibly with alpha (RGBA). |