diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..70c11f580 Binary files /dev/null and b/.DS_Store differ diff --git a/404.html b/404.html index 255f764c4..6cf1f8b76 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
All projects gain help and inspiration from somewhere, and we wanted to document the places in which we we gathered knowledge, ideas, and help.
When we began writing ColorAide, we wanted a simple interface to deal with different colors. We also wanted to support CSS colors which a lot of people are familiar with. We had a number of questions about the CSS spec and stumbled on Color.js, a JavaScript library developed and maintained by the co-authors of the CSS spec. We found Color.js and its authors helped clarify a number of confusing points. Additionally, their library did end up heavily inspiring many aspects of our own API as its approach very much aligned with the direction we had already started down.
The Culori library helped inspire the use of cubic splines as interpolation methods.
When researching color vision deficiencies, aside from the usual scientific papers, a couple of sites were found to be quite helpful.