prizm-2.0.0: Convert colors to different color spaces, interpolate colors, and transform colors

Copyright(C) 2013 Parnell Springmeyer
LicenseBSD3
MaintainerParnell Springmeyer <parnell@digitalmentat.com>
Stabilitystable
Safe HaskellSafe
LanguageHaskell2010

Data.Prizm.Color.Transform

Description

 

Synopsis

Documentation

roundN :: Integer -> Double -> Double Source #

Round a number to the Nth place.

truncateN :: Integer -> Double -> Double Source #

Truncate a number to the Nth place.