colour.models.oetf_ARIBSTDB67

colour.models.oetf_ARIBSTDB67(E, r=0.5, constants={'a': 0.17883277, 'b': 0.28466892, 'c': 0.55991073})[source]

Defines ARIB STD-B67 (Hybrid Log-Gamma) opto-electrical transfer function (OETF / OECF).

Parameters:
  • E (numeric or array_like) – Voltage normalised by the reference white level and proportional to the implicit light intensity that would be detected with a reference camera color channel R, G, B.
  • r (numeric, optional) – Video level corresponding to reference white level.
  • constants (Structure, optional) – ARIB STD-B67 (Hybrid Log-Gamma) constants.
Returns:

Resulting non-linear signal \(E'\).

Return type:

numeric or ndarray

Notes

Domain Scale - Reference Scale - 1
E [0, 1] [0, 1]
Range Scale - Reference Scale - 1
E_p [0, 1] [0, 1]

References

[AssociationoRIaBusinesses15]

Examples

>>> oetf_ARIBSTDB67(0.18)  # doctest: +ELLIPSIS
0.2121320...