@hackage AC-Colour1.1.3

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 (linear) colour map support. * Added pack/unpack functions.