colour.models.log_decoding_ACEScct#
- colour.models.log_decoding_ACEScct(ACEScct: Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1], constants: Structure | None = None) Annotated[ndarray[tuple[Any, ...], dtype[float16 | float32 | float64]], 1][source]#
Apply the ACEScct log decoding inverse opto-electronic transfer function (OETF).
- Parameters:
- Returns:
Linear AP1 colourspace value.
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
ACEScct1
1
Range
Scale - Reference
Scale - 1
lin_AP11
1
References
[TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommittee14b], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommittee14c], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESProject16], [TheAoMPAaSciencesScienceaTCouncilAcademyCESACESPSubcommitteea]
Examples
>>> log_decoding_ACEScct(0.413588402492442) np.float64(0.1799999...)