The OpenD Programming Language

linearToRec601

Linear to Rec.601 transfer function. Note, Rec.709 also uses this same function.

import std.experimental.color.colorspace;
@safe pure nothrow @nogc
alias linearToRec601(F) = linearToHybridGamma!(1.099, 0.018, 4.5, 0.45, F)

Meta