colour: A model for human colour/color perception

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.4, 2.3.5, 2.3.6
Change log CHANGELOG
Dependencies base (>=4.9 && <5) [details]
License MIT
Author Russell O'Connor
Maintainer Russell O'Connor <roconnor@theorem.ca>
Category data, graphics
Home page http://www.haskell.org/haskellwiki/Colour
Uploaded by RussellOConnor at 2017-12-04T03:43:13Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for colour-2.3.4

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