Okay, so I wrote this just under a decade ago:
http://meyerweb.com/eric/tools/color-blend/
I'm pretty sure it worked okay at the time, but since then (or, who knows, maybe always) a bug has crept in. I can demonstrate it like so:
- Stay in 'hex'. Pick a couple of colors. Blend them.
- Edit the hex colors with the keyboard (that is, type in new hex values, or alter the ones that are there). Blend again.
- So far so good.
- Switch the mode to "RGB".
- Edit one of the numbers.
- Now nothing works—no blending, no type switching, nothing.
Why? I even can't figure out where it's failing.
(Yes, I know the JS is clumsy as hell and uses global variables and all kinds of ick. I do plan to rewrite it. But first I need to understand what's going wrong here, and if at all possible how I should have diagnosed it myself. Please note that I just barely understand how to use, in a very basic way and probably not properly, the Firefox JS debugger.)