The IntegerSliderRender allows the selection of integer values from a predefined
value range.
This example combines three integer components with free number input and a slider.
In addition, further renderers and calculators are used to offer a color selection with different input options.
The ConcatCalculator combines the values of the three components in the fourth component Color,
so the result is a RGB color code.
For this component the ColorPickerRenderer is used to select a color from a HSV-range.
Reverse, the color code is splitted into the individual RGB components by the SubstringCalculator
combined with the ParseNumberCalculator
Form


