@hackage / colour
A model for human colour/color perception
About
Metadata
- Last updated:
- License: MIT
- Categories: Graphics
- Maintained by: Russell O'Connor <roconnor@theorem.ca>
-
Lottery factor: 3
The number of people with uploader permission on @hackage/colour who have released something to @hackage in the last 2 years (i.e. the number of people likely able to release critical fixes in a timely manner)
Links
Installation
Tested Compilers
- 8.8.4
Build targets
- JS
Uploaders
- Dylan Black
- Lucy Matthews
- Milton Harmon
Readme
I hope for this library to become the standard colour library for Haskell. Most software does not properly blend colours because they fail to gamma-correct the colours before blending. Hopefully by using this library, Haskell programs dealing with colour blending will avoid this problem.
There are some optimizing RULES pragmas that could be added to improve preformance. If you are having performace issues with colour, please let me know, and we will test some of these pragmas.
Bug reports and any patches are also welcome. Be warned, I haven't extensively tested this library yet.
-- Russell O'Connor roconnor@theorem.ca