SoMLLUTChangeColor¶
Purpose¶
The module SoMLLUTChangeColor
uses the SoMLLUT
extension mechanism to alter subsequent ML lookup tables (LUT) in the Inventor scene graph.
It is similar to using the ML module ChangeLUTColor
, but has the advantage that one does not have to know in advance the SoMLLUT
modules connected to the scene graph.
Parameter Fields¶
Visible Fields¶
Visual Type¶
-
name:
visualType
, type:
Enum
, default:
As_Input
¶ Defines the visual type of the output LUT defining the number and visual interpretation of the LUT channels.
Values:
Title | Name | Description |
---|---|---|
As Input | As_Input | Same visual type as input LUT. |
L | L | Single luminance channel. |
La | LA | Luminance and alpha channels. |
Rgb | RGB | Red, green and blue channels. |
Rgba | RGBA | Red, green, blue and alpha channels. |
Color¶
-
name:
color
, type:
Color
, default:
1 1 1
¶ Sets the color that is applied to the LUT entry values.