colour.models.log_decoding_CanonLog#
- colour.models.log_decoding_CanonLog(clog: ArrayLike, bit_depth: int = 10, in_normalised_code_value: bool = True, out_reflection: bool = True) NDArrayFloat [source]#
Define the Canon Log log decoding curve / electro-optical transfer function.
- Parameters:
- Returns:
Linear data \(x\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
clog
[0, 1]
[0, 1]
Range
Scale - Reference
Scale - 1
x
[0, 1]
[0, 1]
References
[Tho12]
Examples
>>> log_decoding_CanonLog(34.338965172606912 / 100) 0.17999999...