Forum Discussion
MarcelLendi-0d9
6 months agoCommunity Member
Help needed: Changing the color of an object with javascript
I like to create an object (e.g., a rectangle) and change its color using 3 sliders (RGB). I read the slider values into Javascript and calculate the Hexadecimal value. I found this calculation on h...
RussellKillips-
6 months agoCommunity Member
Here's what I came up with.
- JohnCooper-be3c6 months agoCommunity Member
Brilliant!!
- MarcelLendi-0d96 months agoCommunity Member
Wow, this is exactly what I was hoping for!!! I spent yesterday 8 hours trying and searching the internet :). finding a lot of interesting stuff, but your solution is exactly what it was hoping for.
Thanx!