Class LiftGammaGain
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.Universal
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
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
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
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
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
Type | Description |
---|---|
UnityEngine.Rendering.Vector4Parameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
Boolean |
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
Boolean |