chroma.js
chroma.js copied to clipboard
Add color.tint and color.shade operations
These produce tints and shades of the color, i.e. mix with either white or black at a given ratio.
See https://en.wikipedia.org/wiki/Tints_and_shades
Closes #235
This changeset also adds some missing documentation for color.mix
.