Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@schneiderfelipe schneiderfelipe released this 19 Dec 23:38
· 84 commits to main since this release

This feature release provides a simple ColorPair type that can to extended in the future (for low contrast detection, for instance).

We also made all color types hashable, breaking change, since they must be immutable.

Update the library using pip:

$ pip install -U ochre

What's Changed