colour: A model for human colour/color perception

[ data, graphics, library, mit ] [ Propose Tags ]

This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour names (Data.Colour.Names) is provided.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0, 1.0.0, 1.1.0, 2.0.0, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.3.6
Change log CHANGELOG
Dependencies base (>=3 && <4.11) [details]
License MIT
Author Russell O'Connor
Maintainer Russell O'Connor <roconnor@theorem.ca>
Revised Revision 1 made by HerbertValerioRiedel at 2019-05-05T13:19:59Z
Category data, graphics
Home page http://www.haskell.org/haskellwiki/Colour
Uploaded by RussellOConnor at 2012-01-17T15:50:27Z
Distributions Arch:2.3.6, Debian:2.3.5, Fedora:2.3.6, LTSHaskell:2.3.6, NixOS:2.3.6, Stackage:2.3.6, openSUSE:2.3.6
Reverse Dependencies 126 direct, 4747 indirect [details]
Downloads 140803 total (312 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for colour-2.3.3

[back to package description]
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>