TransferFunction_2 type

Transfer function (OETF/EOTF).

BT.2100 uses "pq" (HDR10) or "hlg" (HLG) transfer functions with BT.2020 primaries. Use "gamma26" for DCI-P3 gamma 2.6.

Signature:

export type TransferFunction = "bt709" | "srgb" | "linear" | "bt2020" | "pq" | "hlg" | "bt601" | "smpte240m" | "gamma22" | "gamma28" | "bt1886" | "gamma24" | "gamma26";