Color

Color spaces and conversions between them

https://github.com/lehins/Color

Version on this page:0.1.3.1
LTS Haskell 22.18:0.3.3
Stackage Nightly 2024-04-24:0.3.3
Latest on Hackage:0.3.3

See all snapshots Color appears in

BSD-3-Clause licensed by Alexey Kuleshevich
Maintained by [email protected]
This version can be pinned in stack with:Color-0.1.3.1@sha256:204cb6aeda71d61547266ecb7867ac574ae72cacdb6375b5cd90db9bdc50c0a2,8122
Used by 1 package in nightly-2020-03-03(full list with versions):

Color

See the repository for proper introduction: https://github.com/lehins/Color

Changes

Changelog for color

0.1.3.1

  • Fix introduced in 0.1.2 for Alpha cs was incomplete and is fixed in this version without breakage.

0.1.3 (deprecated)

  • Addition of CMCCAT2000.
  • Rename CIECAM02 to CIECAT02 with a fallback synonym for backwards compatibility
  • Fix ColorSpace instance for Alpha cs
  • Add ColorSpace instances for YCbCr cs color spaces that have Luma instance: BT709, BT601_525 and BT601_625

0.1.2

  • Fix YCbCr conversion to derived RGB color spaces
  • Fix conversion of toWord64 (1 :: Double) and toWord632 (1 :: Float).
  • Addition of xyzColorMatchingFunctions and spectralPowerDistributions

0.1.1

  • Addition of Graphics.Color.Illuminant.Wikipedia module
  • Addition of convertColor and convertColorFloat functions

0.1.0

Initial alpha release