The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
rec2020ToLinear
std
experimental
color
colorspace
Rec.2020 to linear transfer function.
import std.experimental.color.colorspace;
@
safe
pure nothrow @
nogc
alias
rec2020ToLinear
(
F
)
=
hybridGammaToLinear
!(1.09929682680944, 0.018053968510807, 4.5, 1 / 0.45,
F
)
Meta
Source
See Implementation
std
experimental
color
colorspace
aliases
linearToRec2020
linearToRec601
linearTosRGB
rec2020ToLinear
rec601ToLinear
sRGBToLinear
enums
ChromaticAdaptationMethod
RGBColorSpace
functions
chromaticAdaptationMatrix
gammaToLinear
hybridGammaToLinear
linearToGamma
linearToHybridGamma
rgbColorSpaceDef
rgbToXyzMatrix
xyzToRgbMatrix
structs
RGBColorSpaceDesc
templates
WhitePoint
Rec.2020 to linear transfer function.