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

TransferFunction.Gamma22

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

Gamma 2.2 transfer function, common in CRT displays.

The Gamma 2.2 transfer function applies a simple power-law relationship between the input signal and the output luminance.
Both its inputs and outputs are normalized to [0, 1], similar to TransferFunction.BT1886 and TransferFunction.Gamma22 EOTFs.

Unity uses this EOTF when the ColorGamut of the display is ColorGamut.P3D65G22.