The OpenD Programming Language

linearToRec2020

Linear to Rec.2020 transfer function.

import std.experimental.color.colorspace;
@safe pure nothrow @nogc
alias linearToRec2020(F) = linearToHybridGamma!(1.09929682680944, 0.018053968510807, 4.5, 0.45, F)

Meta