Changelog of @hackage/prizm 0.1.0.2

0.1.0.2

  • CIE XYZ to CIE Lab* formula implemented.
  • CIE Lab* to CIE XYZ formula implemented.
  • Implemented better fractional values in the formulas gleaned from this website: CIE Conversion Mathematics.
  • Comprehensive QuickCheck tests finished and pass with a lossless conversion at 11 decimal places.

0.1.0.1

  • SRGB to CIE XYZ formula implemented.
  • CIE XYZ to SRGB formula implemented.
  • Comprehensive QuickCheck tests finished and pass (conversion is lossless).

0.1.0.0

  • Package set up, types figured out.
  • Research on different color representations, illuminants, chromaticity, etc...