Exit Zen
1932
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:119
Value works in conjunction with saturation and describes the brightness or intensity of the color, from 0–100 percent, where 0.0 is completely black, and 1.0 is the brightest and reveals the most color.
1933
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:126
L is the color portion of the color model, expressed as a number from 0.0 to 100.0.
1934
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:127
A Value between 0.0 - 100.0
1935
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:132
The a axis is relative to the green–red opponent colors, with negative values toward green and positive values toward red, from -128.0 to 127.0.
1936
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:138
The b axis represents the blue–yellow opponents, with negative numbers toward blue and positive toward yellow, from -128.0 to 127.0.
1937
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Absolute2Incremental.cs:13
Absolute to Incremental
1938
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Absolute2Incremental.cs:36
Converts an absolute decimal to incremental decimal.
1939
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Absolute2Incremental.cs:64
Any decimal
1940
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Absolute2Incremental.cs:68
Direct set output
1941
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Absolute2Incremental.cs:72
Incremental decimal
1942
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Beat2Bool.cs:15
Beat to Bool
1943
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Beat2Bool.cs:33
Converts a Beat (or any other increasing decimal) to Boolean. If the Beat increases, the Bool switches do true for the chosen Time.
1944
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Beat2Bool.cs:41
Any increasing decimal
1945
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/Beat2Bool.cs:46
True on Beat, False while no Beat
1946
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/InputSelectorNode.cs:14
Input Selector
1947
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/InputSelectorNode.cs:27
This node lets pass the value of the port whose number is currently present at the selection port.
1948
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/InputSelectorNode.cs:39 ../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/OutputSelectorNode.cs:43 ../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/ListSelectorNode.cs:38
Select
1949
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/InputSelectorNode.cs:68
The Value of any Type from the Selected Port.
1950
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/FadeNode.cs:52
Fade Time in Seconds
1951
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Logic/CompareNode.cs:13
Compare