Color in JavaScript

from blog Oliver Caldwell's blog, | ↗ original
Quite a while ago I wrote some JavaScript to help with manipulating colors. I wrote it before I perfected the way I wrote classes and JavaScript in general. That means that it is pretty shabby in comparison to what I can do now. Here is Color in it’s old form. I say old because I am going to rewrite it. This time using classes, making it run in a...