Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

TransferFunction

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Contains electro-optical transfer function (EOTF) options, which describe how the final rendered video signal is converted to physical light intensity on display devices.

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.

Properties

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