Copyright | (c) Alexey Kuleshevich 2019-2020 |
---|---|
License | BSD3 |
Maintainer | Alexey Kuleshevich <lehins@yandex.ru> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- data D50
Documentation
This is an approximation of CIE1931 D50
white point defined in ICC PCS. Useful for chromatic adaptation.
>>>
whitePoint :: WhitePoint D50 Double
WhitePoint (Chromaticity {chromaticityCIExyY = <CIExyY * D50:( 0.3457029149190000, 0.3585385966800000)>})>>>
whitePointTristimulus :: Color (XYZ D50) Float
<XYZ * D50:( 0.96420000, 1.00000000, 0.82490010)>>>>
colorTemperature :: CCT D50
CCT {unCCT = 5003.0}
Since: 0.1.0
Instances
Illuminant D50 Source # | Tristimulus |
Defined in Graphics.Color.Illuminant.ICC.PCS type Temperature D50 :: n Source # whitePoint :: RealFloat e => WhitePoint D50 e Source # | |
type Temperature D50 Source # | |
Defined in Graphics.Color.Illuminant.ICC.PCS |