Exit Zen
1925
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:88
Cyan is the color portion of the color model, expressed as a number from 0 to 255.
1926
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:94
Magenta is the color portion of the color model, expressed as a number from 0 to 255.
1927
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:100
Yellow is the color portion of the color model, expressed as a number from 0 to 255.
1928
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:107
Hue is the color portion of the color model, expressed as a number from 0.0° to 360.0°.
1929
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:108
A Value between 0.0° - 360.0°
1930
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:113
Saturation is the amount of gray in the color, from 0 to 100 percent. Reducing the saturation toward zero to introduce more gray produces a faded effect. Sometimes, saturation is expressed in a range from just 0.0 – 1.0, where 0.0 is gray and 1.0 is a primary color.
1931
../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:114 ../../Lumos/src/Kernel/Input/v2/Graph/Node/Worker/Converter/HSVToColor.cs:120
A Value between 0.0 - 1.0
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