https://github.com/composewell/colour
The "colour" package downloaded from hackage for some fixes
https://github.com/composewell/colour
Last synced: 2 months ago
JSON representation
The "colour" package downloaded from hackage for some fixes
- Host: GitHub
- URL: https://github.com/composewell/colour
- Owner: composewell
- License: other
- Created: 2021-06-19T19:35:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T07:06:23.000Z (about 5 years ago)
- Last Synced: 2025-01-18T05:33:44.776Z (over 1 year ago)
- Language: Haskell
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
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