packages feed

wright-0.1.0.2: src/Data/Wright/CIE/DeltaE/CIE94.hs

module Data.Wright.CIE.DeltaE.CIE94 (cie94) where

import Data.Wright.Colour (Colour(..))
import Data.Wright.Types (Model, Application, ℝ)

cie94 :: Colour a => Model -> Application -> a ℝ -> a ℝ -> ℝ
cie94 = undefined