EvaluateRelativeLUT
-
MacroModule
-
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.
Windows
Default Panel
Parameter Fields
Visible Fields
Position
-
name:
position
, type:
Double
, default:
0.912181815715751
, minimum:
0
, maximum:
1
Sets the relative position.
RGB
-
name:
color
, type:
Color
, persistent:
no
Shows the color at the relative position.
RGBA (color0To1)
-
name:
color0To1
, type:
Vector4
, persistent:
no
Result color as rgba (range 0-1)
R (r0To1)
-
name:
r0To1
, type:
Float
, persistent:
no
Result red channel (range 0-1)
G (g0To1)
-
name:
g0To1
, type:
Float
, persistent:
no
Result green channel (range 0-1)
B (b0To1)
-
name:
b0To1
, type:
Float
, persistent:
no
Result blue channel (range 0-1)
A (a0To1)
-
name:
a0To1
, type:
Float
, persistent:
no
Result alpha channel (range 0-1)
RGBA (color0To255)
-
name:
color0To255
, type:
Vector4
, persistent:
no
Result color as rgba (range 0-255)
R (r0To255)
-
name:
r0To255
, type:
Integer
, persistent:
no
Result red channel (range 0-255)
G (g0To255)
-
name:
g0To255
, type:
Integer
, persistent:
no
Result green channel (range 0-255)
B (b0To255)
-
name:
b0To255
, type:
Integer
, persistent:
no
Result blue channel (range 0-255)
A (a0To255)
-
name:
a0To255
, type:
Integer
, persistent:
no
Result alpha channel (range 0-255)
Hidden Fields
editable
-
name:
editable
, type:
Bool
, default:
TRUE