@hackage AC-Colour1.1.4

Efficient RGB colour types.

This Haskell library is a basic RGB colour types, with both Double and Word8 channel types. It implements efficient conversions between the two (GHC-specific), and general arithmetic over colours.

Changes:

  • Added sRGB support.

  • Minor documentation improvements.