Class LiftGammaGain
  
Inheritance
LiftGammaGain
 
Syntax
[Serializable]
public sealed class LiftGammaGain : VolumeComponent, IPostProcessComponent
 
Fields
  
gain
Declaration
[Tooltip("Controls the lightest portions of the render.")]
public Vector4Parameter gain
 
Field Value
gamma
Declaration
[Tooltip("Power function that controls mid-range tones.")]
public Vector4Parameter gamma
 
Field Value
lift
Declaration
[Tooltip("Controls the darkest portions of the render.")]
public Vector4Parameter lift
 
Field Value
Methods
  
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
 
Returns
Implements