Unity - Scripting API: TransferFunction.Linear
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.
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.
Description
Linear transfer function, where output luminance is directly proportional to input.
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.