EvaluateRelativeLUT¶
-
MacroModule¶ genre LUTauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddefinition helpers.def keywords info,lookup,table
Purpose¶
The module EvaluateRelativeLUT evaluates a relative LUT at a given position and returns the color at the position.
Usage¶
Connect a valid LUT and specify a position.
Parameter Fields¶
Field Index¶
A (a0To1): Float |
R (r0To1): Float |
A (a0To255): Integer |
R (r0To255): Integer |
B (b0To1): Float |
RGB: Color |
B (b0To255): Integer |
RGBA (color0To1): Vector4 |
editable: Bool |
RGBA (color0To255): Vector4 |
G (g0To1): Float |
|
G (g0To255): Integer |
|
Position: Double |
Visible Fields¶
Position¶
-
name:position, type:Double, default:0.912181815715751, minimum:0, maximum:1¶ Sets the relative position.
RGBA (color0To1)¶
-
name:color0To1, type:Vector4, persistent:no¶ Shows the result color as an RGBA vector (range 0-1)
RGBA (color0To255)¶
-
name:color0To255, type:Vector4, persistent:no¶ Shows the result color as RGBA (range 0-255)
R (r0To255)¶
-
name:r0To255, type:Integer, persistent:no¶ Shows the result red channel (range 0-255)
G (g0To255)¶
-
name:g0To255, type:Integer, persistent:no¶ Shows the result green channel (range 0-255)