v0.11.0
Features
- Implemented
deficiencyProt()
,deficiencyDeuter()
anddeficiencyTrit()
functions to simulate color vision deficiencies (CVD); (#54)
Breaking changes
- Removed the
gray()
shorthand for Lab colors, to match the latest version ofcss-color-4
;
Deprecations
A couple of umbrella functions have been split into individual functions:
- Instead of
formatter()
, useformatterHex
andformatterRgb
directly; - likewise, instead of
clamp()
, useclampRgb
andclampChroma
.