EvaluateRelativeLUT¶
- MacroModule¶
genre
author
package
definition
keywords
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¶
Input Fields¶
inLUT¶
- name: inLUT, type: LUTFunction(MLBase)¶
LUT to be evaluated
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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¶
Shows the result color as an RGBA vector (range 0-1)
R (r0To1)¶
- name: r0To1, type: Float, persistent: no¶
Shows the result red channel (range 0-1)
G (g0To1)¶
- name: g0To1, type: Float, persistent: no¶
Shows the result green channel (range 0-1)
B (b0To1)¶
- name: b0To1, type: Float, persistent: no¶
Shows the result blue channel (range 0-1)
A (a0To1)¶
- name: a0To1, type: Float, persistent: no¶
Shows the result alpha channel (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)
B (b0To255)¶
- name: b0To255, type: Integer, persistent: no¶
Shows the result blue channel (range 0-255)
A (a0To255)¶
- name: a0To255, type: Integer, persistent: no¶
Shows the result alpha channel (range 0-255)