Class LiftGammaGain
A volume component that holds settings for the Lift, Gamma, Gain effect.
Inherited Members
UnityEngine.Rendering.VolumeComponent.active
UnityEngine.Rendering.VolumeComponent.OnEnable()
UnityEngine.Rendering.VolumeComponent.OnDisable()
UnityEngine.Rendering.VolumeComponent.Override(UnityEngine.Rendering.VolumeComponent, System.Single)
UnityEngine.Rendering.VolumeComponent.SetAllOverridesTo(System.Boolean)
UnityEngine.Rendering.VolumeComponent.GetHashCode()
UnityEngine.Rendering.VolumeComponent.OnDestroy()
UnityEngine.Rendering.VolumeComponent.Release()
UnityEngine.Rendering.VolumeComponent.displayName
UnityEngine.Rendering.VolumeComponent.parameters
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.3/manual/Post-Processing-Lift-Gamma-Gain.html")]
public sealed class LiftGammaGain : VolumeComponent, IPostProcessComponent
Fields
gain
Controls the highlights of the render.
Declaration
[Tooltip("Controls the highlights of the render.")]
public Vector4Parameter gain
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
gamma
Controls the mid-range tones of the render with a power function.
Declaration
[Tooltip("Controls the mid-range tones of the render with a power function.")]
public Vector4Parameter gamma
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
lift
Controls the dark tones of the render.
Declaration
[Tooltip("Controls the dark tones of the render.")]
public Vector4Parameter lift
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
Methods
IsActive()
Tells if the effect needs to be rendered or not.
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
Boolean |
|