| Copyright | (c) Alexey Kuleshevich 2019 |
|---|---|
| License | BSD3 |
| Maintainer | Alexey Kuleshevich <lehins@yandex.ru> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.Color.Illuminant.ITU.Rec470
Description
Documentation
Whitepoint C that is used for ITU: Rec.470 (525). It is slightly different than
C that is defined by CIE1931, thus a separate
declaration in here.
>>>whitePoint :: WhitePoint C FloatWhitePoint (Chromaticity <CIExyY * C:( 0.310000, 0.316000)>)>>>whitePointTristimulus :: Color (XYZ C) Float<XYZ * C:( 0.981013, 1.000000, 1.183544)>>>>colorTemperature :: CCT CCCT {unCCT = 6774.0}
Since: 0.1.0
Instances
Whitepoint D65 that is used for ITU: Rec.470 (625). It is slightly different than
D65 that is defined by CIE1931 and
D65 specified in Rec.601, thus a separate
declaration in here.
>>>whitePoint :: WhitePoint D65 FloatWhitePoint (Chromaticity <CIExyY * D65:( 0.313000, 0.329000)>)>>>whitePointTristimulus :: Color (XYZ D65) Float<XYZ * D65:( 0.951368, 1.000000, 1.088146)>>>>colorTemperature :: CCT D65CCT {unCCT = 6504.0}
Since: 0.1.0