Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Linear

Linear transfer function, where output luminance is directly proportional to input.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Linear = 3

Remarks

The Linear transfer function maintains a direct proportionality between the input signal and the output luminance with no gamma correction applied.
Unity uses this EOTF when the ColorGamut of the display is ColorGamut.Rec709 or ColorGamut.Rec2020.