colour.models.log_decoding_CanonLog3#
- colour.models.log_decoding_CanonLog3(clog3: Domain1, bit_depth: int = 10, in_normalised_code_value: bool = True, out_reflection: bool = True, method: Literal['v1', 'v1.2'] | str = 'v1.2') Range1[source]#
Apply the Canon Log 3 log decoding inverse opto-electronic transfer function (OETF).
- Parameters:
clog3 (Domain1) – Canon Log 3 non-linear encoded data.
bit_depth (int) – Bit-depth used for conversion.
in_normalised_code_value (bool) – Whether the Canon Log 3 non-linear data is encoded with normalised code values.
out_reflection (bool) – Whether the light level \(x\) to a camera is reflection.
method (Literal['v1', 'v1.2'] | str) – Computation method.
- Returns:
Linear data \(x\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
clog31
1
Range
Scale - Reference
Scale - 1
x1
1
References
Examples
>>> log_decoding_CanonLog3(34.338937037393549 / 100) 0.1799999...