packages feed

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

module Data.Wright.CIE.Illuminant.B (b) where

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

b :: Model
b = environment (0.34842, 0.35161)