Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

BT1886ITU-R BT.1886 transfer function, standard for HDTV.
Gamma22Gamma 2.2 transfer function, common in CRT displays.
LinearLinear transfer function, where output luminance is directly proportional to input.
PQPerceptual Quantizer (PQ), also known as SMPTE ST 2084 transfer function, used for High Dynamic Range (HDR) displays.