prizm-3.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.CIE

Contents

Description

Convertible instances for converting to and from colors in one of the CIE color space representations provided by this library: * CIEXYZ * CIELAB * CIELCH

Synopsis

Documentation

clamp :: Double -> Double -> Double Source #

Clamp a Double with a bottom of at least 0.0.

Orphan instances