Skip to content

3.0.0 - Return Floats Instead of Ints

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 13 Nov 21:39
· 4 commits to main since this release
dfbb69e

Breaking Change

Code that uses this library will need to be updated to expect it to return floats between 0 and 1 instead of ints between 0 and 255. The new behavior matches the CPython implementation of colorsys

What's Changed

Full Changelog: 2.0.18...3.0.0