packages feed

prizm 1.0.0 → 1.0.1

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

README.md view
@@ -34,7 +34,7 @@ All of these functions operate on color within the `CIE L*Ch` representation. The percentage values may range between -100 and 100. -[General Color Formulas, Data, and Algorithms](http://www.brucelindbloom.com/index.html?Info.html)-[CIE Conversion Mathematics](http://rip94550.wordpress.com/2011/07/04/color-cielab-and-tristimulus-xyz/)-[Conversion Algorithm Sources](http://www.easyrgb.com/index.php?X=MATH&H=01)-[Good list of useful color manipulation formulas](https://github.com/mikeemoo/ColorJizz-PHP/blob/master/src/MischiefCollective/ColorJizz/ColorJizz.php)+- [General Color Formulas, Data, and Algorithms](http://www.brucelindbloom.com/index.html?Info.html)+- [CIE Conversion Mathematics](http://rip94550.wordpress.com/2011/07/04/color-cielab-and-tristimulus-xyz/)+- [Conversion Algorithm Sources](http://www.easyrgb.com/index.php?X=MATH&H=01)+- [Good list of useful color manipulation formulas](https://github.com/mikeemoo/ColorJizz-PHP/blob/master/src/MischiefCollective/ColorJizz/ColorJizz.php)
prizm.cabal view
@@ -1,5 +1,5 @@ name:                prizm-version:             1.0.0+version:             1.0.1 synopsis:            Compute with colors and differenct color spaces homepage:            https://github.com/ixmatus/prizm license:             BSD3