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).