This is very much a work in progress (the hue and saturation have not been refined yet) Use the sliders or the below keys: -1 R = a +1 R = d -1 G = left arrow +1 G = right arrow -1 B = 4 +1 B = 6 enlarge top mixer = i shrink top mixer = k This is more of a behind-the-scenes type of thing. When I've perfected this project, I'll make smoother-looking project without all the variables everywhere.
The method used for mixing the colors is based on the RGB/HSL (red,green,blue/hue,saturation,luminosity) system made for computer and television screens. I plan on making a cleaner version that doesn't show all the "guts" or the mixer side project with the dots. Credits: I made the scripts for light conversion myself. I couldn't figure out the formulas for saturation and hue (the scripts I invented for hue appeared to work on the surface, but I later found out that they didn't) by myself so I applied them from these Internet sources: http://www.niwa.nu/2013/05/math-behind-colorspace-conversions-rgb-hsl/ http://www.rapidtables.com/convert/color/rgb-to-hsl.htm