prizm-0.3.1.2: Compute with colors and differenct color spaces

Stabilitystable
MaintainerParnell Springmeyer <parnell@ixmat.us>
Safe HaskellSafe-Inferred

Data.Prizm.Color.Transform

Description

 

Synopsis

Documentation

roundN :: Integer -> Double -> DoubleSource

Round a number to the Nth place.

truncateN :: Integer -> Double -> DoubleSource

Truncate a number to the Nth place.

zipTransform :: ZipList Double -> [Double] -> DoubleSource