colour.models.log_decoding_Log3G10#
- colour.models.log_decoding_Log3G10(y: Domain1, method: Literal['v1', 'v2', 'v3'] | str = 'v3') Range1[source]#
Apply the Log3G10 log decoding inverse opto-electronic transfer function (OETF).
- Parameters:
- Returns:
Linear data \(x\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
y1
1
Range
Scale - Reference
Scale - 1
x1
1
References
[Nat16], [REDDCinema17]
Examples
>>> log_decoding_Log3G10(1.0) np.float64(184.3223476...) >>> log_decoding_Log3G10(1.0 / 3, method="v1") np.float64(0.1799994...)