Copyright | (c) Alexey Kuleshevich 2019-2020 |
---|---|
License | BSD3 |
Maintainer | Alexey Kuleshevich <lehins@yandex.ru> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data BT470_525 (l :: Linearity) Source #
ITU-R BT.470 (525) color space. Used in NTSC
Instances
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 Float
WhitePoint (Chromaticity {chromaticityCIExyY = <CIExyY * C:( 0.31000000, 0.31600000)>})>>>
whitePointTristimulus :: Color (XYZ C) Float
<XYZ * C:( 0.98101264, 1.00000000, 1.18354420)>>>>
colorTemperature :: CCT C
CCT {unCCT = 6774.0}
Since: 0.1.0
Instances
data BT470_625 (l :: Linearity) Source #
ITU-R BT.470 (625) color space. Used in PAL/SECAM
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 Float
WhitePoint (Chromaticity {chromaticityCIExyY = <CIExyY * D65:( 0.31300000, 0.32900000)>})>>>
whitePointTristimulus :: Color (XYZ D65) Float
<XYZ * D65:( 0.95136780, 1.00000000, 1.08814610)>>>>
colorTemperature :: CCT D65
CCT {unCCT = 6504.0}
Since: 0.1.0