Hi, I'm looking to add a colour changing feature similar to the one found at http://www.benjaminmoore.com/en-us/...er?action=category&page=/en-us/photos/bedroom but I don't really want to have to reinvent the wheel. Does anybody know how this could be done? Is there an app I can plug in? Any help gratefully received. T
That can be done. You need to change the RGB on the fly. This can be done several ways. Client end, server side end. Once I researched this very same this for a client of mine, that was for furniture, using server side code. You need professional help on this, unless you have the skill set.
The site uses SVG images and JavaScript/CSS to change the color. Take a look at this and play around with the code: http://codepen.io/chriscoyier/pen/evcBu You could also keep it very simple and just create the images separately if there aren't a lot of combinations.