ColorPicker is a simple component that allows configuring and setting RGBA (red, green, blue, alpha) color values using range sliders.
It consists of a WebBlock with a Popup widget, containing 4 range sliders, wich the user can adjust for the desired color. An event is triggered when closing the Popup, passing a variable with the set color.
Removed demo screen from the ColorPicker application. The component now makes available:
- The ColorPicker WebBlock.
- A color swatch WebBlock that can be used with the color picker popup (toggles the popup and registers the chosen color).
- An RGBA Structure for color variables.