Additionally to the visual color picker, we can define colors in VisualNEO Web using any of the CSS valid options:
English color name: red, blue, green...
HTML hexadecimal value: #ff0000, #00ff00...
Red, green, blue decimal values (from 0 to 255): rgb(10,34,219)
Red, green, blue and alpha transparency (0 to 1): rgba(10,34,219,.5)
Hue (0 to 360), saturation and lightness percentage: hsl(30,60%,30%)
Hue, saturation, lightness and alpha transparency: hsla(120,10%,40%,.3)
In this tutorial we will see how to use them in VisualNEO Web by creating a complete color choosing application. Do you want to take the challenge?
Support and sample app source code:
https://visualneo.com/forum/topic/all...