packages feed

wright-0.1.0.2: src/Data/Wright/CIE/Illuminant/C.hs

module Data.Wright.CIE.Illuminant.C (c) where

import Data.Wright.Types (Model)
import Data.Wright.CIE.Illuminant.Environment (environment)

c :: Model
c = environment (0.31006, 0.31616)