colour.CCTF_DECODINGS#

colour.CCTF_DECODINGS = CanonicalMapping({'Gamma 2.2': ..., 'Gamma 2.4': ..., 'Gamma 2.6': ..., 'ProPhoto RGB': ..., 'RIMM RGB': ..., 'ROMM RGB': ..., 'ACEScc': ..., 'ACEScct': ..., 'ACESproxy': ..., 'Apple Log Profile': ..., 'ARRI LogC3': ..., 'ARRI LogC4': ..., 'Canon Log 2': ..., 'Canon Log 3': ..., 'Canon Log': ..., 'Cineon': ..., 'D-Log': ..., 'ERIMM RGB': ..., 'F-Log': ..., 'F-Log2': ..., 'Filmic Pro 6': ..., 'L-Log': ..., 'Log2': ..., 'Log3G10': ..., 'Log3G12': ..., 'N-Log': ..., 'PLog': ..., 'Panalog': ..., 'Protune': ..., 'REDLog': ..., 'REDLogFilm': ..., 'S-Log': ..., 'S-Log2': ..., 'S-Log3': ..., 'T-Log': ..., 'V-Log': ..., 'ViperLog': ..., 'ARIB STD-B67': ..., 'Blackmagic Film Generation 5': ..., 'DaVinci Intermediate': ..., 'ITU-R BT.2020': ..., 'ITU-R BT.2100 HLG': ..., 'ITU-R BT.2100 PQ': ..., 'ITU-R BT.601': ..., 'ITU-R BT.709': ..., 'ITU-T H.273 Log': ..., 'ITU-T H.273 Log Sqrt': ..., 'ITU-T H.273 IEC 61966-2': ..., 'DCDM': ..., 'DICOM GSDF': ..., 'ITU-R BT.1886': ..., 'ITU-T H.273 ST.428-1': ..., 'SMPTE 240M': ..., 'ST 2084': ..., 'sRGB': ...})#

Supported decoding colour component transfer functions (Decoding CCTFs), a collection of the functions defined by colour.LOG_DECODINGS, colour.EOTFS, colour.OETF_INVERSES attributes, the colour.models.cctf_decoding_ProPhotoRGB(), colour.models.cctf_decoding_RIMMRGB(), colour.models.cctf_decoding_ROMMRGB() definitions and 3 gamma decoding functions (2.2, 2.4, 2.6).

Warning

For ITU-R BT.2100, only the electro-optical transfer functions (EOTFs / EOCFs) are exposed by this attribute, See the colour.OETF_INVERSES attribute for the inverse opto-electronic transfer functions (OETF).

Notes

  • The order by which this attribute is defined and updated is critically important to ensure that ITU-R BT.2100 definitions are reciprocal.