TransferFunction
Contains electro-optical transfer function (EOTF) options, which describe how the final rendered video signal is converted to physical light intensity on display devices.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum TransferFunction
Remarks
Selecting the appropriate transfer function ensures that the color representation is accurate and consistent across different display systems.
Unity selects the appropriate transfer function based on the selected ColorGamut.
Fields
Value | Description |
|---|---|
| BT1886 | ITU-R BT.1886 transfer function, standard for HDTV. |
| Gamma22 | Gamma 2.2 transfer function, common in CRT displays. |
| Linear | Linear transfer function, where output luminance is directly proportional to input. |
| PQ | Perceptual Quantizer (PQ), also known as SMPTE ST 2084 transfer function, used for High Dynamic Range (HDR) displays. |