color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
rec601ToLinear
std
experimental
color
colorspace
Rec.601 to linear transfer function. Note, Rec.709 also uses this same function.
@
safe
pure nothrow @
nogc
alias
rec601ToLinear
(
F
)
=
hybridGammaToLinear
!(1.099, 0.018, 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
determinant
gammaToLinear
hybridGammaToLinear
inverse
linearToGamma
linearToHybridGamma
multiply
rgbColorSpaceDef
rgbToXyzMatrix
transpose
xyzToRgbMatrix
static variables
chromaticAdaptationMatrices
rgbColorSpaceDefs
structs
RGBColorSpaceDesc
templates
WhitePoint
Rec.601 to linear transfer function. Note, Rec.709 also uses this same function.