Class LiftGammaGain
Inheritance
LiftGammaGain
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Lift, Gamma, Gain", new Type[]{typeof(UniversalRenderPipeline)})]
public sealed class LiftGammaGain : VolumeComponent, IPostProcessComponent
Fields
gain
Declaration
[Tooltip("Use this to increase and apply a hue to the signal and make highlights brighter.")]
public Vector4Parameter gain
Field Value
gamma
Declaration
[Tooltip("Use this to control and apply a hue to the mid-range tones with a power function.")]
public Vector4Parameter gamma
Field Value
lift
Declaration
[Tooltip("Use this to control and apply a hue to the dark tones. This has a more exaggerated effect on shadows.")]
public Vector4Parameter lift
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements