colour.models.eotf_inverse_DCDM#
- colour.models.eotf_inverse_DCDM(XYZ: ArrayLike, out_int: bool = False) NDArrayReal[source]#
Apply the DCDM inverse electro-optical transfer function (EOTF).
- Parameters:
- Returns:
Non-linear CIE XYZ’ tristimulus values.
- Return type:
Warning
DCDM is an absolute transfer function.
Notes
DCDM is an absolute transfer function, thus the domain and range values for the Reference and 1 scales are only indicative that the data is not affected by scale transformations.
Domain *
Scale - Reference
Scale - 1
XYZUNUNRange *
Scale - Reference
Scale - 1
XYZ_pUNUN* This definition has an output int switch, thus the domain-range scale information is only specified for the floating point mode.
References
Examples
>>> eotf_inverse_DCDM(0.18) 0.1128186... >>> eotf_inverse_DCDM(0.18, out_int=True) 462