gka / chroma.js

JavaScript library for all kinds of color manipulations
https://gka.github.io/chroma.js/
Other
10.08k stars 543 forks source link

Add color.tint and color.shade operations #246

Closed tremby closed 1 month ago

tremby commented 3 years ago

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.