Blame README

Packit 561b7a
I hope for this library to become the standard colour library for Haskell.
Packit 561b7a
Most software does not properly blend colours because they fail to
Packit 561b7a
gamma-correct the colours before blending.  Hopefully by using this library,
Packit 561b7a
Haskell programs dealing with colour blending will avoid this problem.
Packit 561b7a
Packit 561b7a
There are some optimizing RULES pragmas that could be added to improve
Packit 561b7a
preformance.  If you are having performace issues with colour, please
Packit 561b7a
let me know, and we will test some of these pragmas.
Packit 561b7a
Packit 561b7a
Bug reports and any patches are also welcome.  Be warned, I haven't
Packit 561b7a
extensively tested this library yet.
Packit 561b7a
Packit 561b7a
-- 
Packit 561b7a
Russell O'Connor <roconnor@theorem.ca>