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
Dependencies base (<4.5) [details]
License LicenseRef-OtherLicense
Author Russell O'Connor
Maintainer Russell O'Connor <roconnor@theorem.ca>
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-13T22:14:17Z
Category data, graphics
Uploaded by RussellOConnor at 2008-12-15T05:16:37Z
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, 4757 indirect [details]
Downloads 141163 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.1.0

[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.

I am making an early release of my colour library to get some feedback.
I am especially interested in getting feedback on the interfaces: should
functions be renamed, should functions be moved, etc.

Bug reports and any patches are also welcome.  Be warned, I haven't
extensively tested this library yet.

-- 
Russell O'Connor <roconnor@cs.ru.nl>