Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@mossblaser mossblaser released this 04 Jun 06:44
Bugfixes

* RGB values are now returned as naive double precision float encodings of the
  underlying colour channel values. (i.e. a colour with value '123' will now
  have a value of exactly '123/255' as computed in Python's (double precision)
  arithmetic.

* Alpha values are now correct. (Previously they were always 1.0).