- Features: - Now color systems conversions are done through Python's built-in `colorsys` module. - Added a method to output colors as CSS3 hexadecimal strings. - Added a method to output a color scale as an SVG linear gradient string. - Examples to showcase the possibilites of the library. - Fixes: - Fixed linear interpolation, now truly linear instead of lerp'ing the RGBA components. - Fixed the shortest and longest paths in the cylindrical interpolations in some cases. - Fixed the elliptical interpolation because, again, of a bad lerp'ing algorithm.