Class LiftGammaGain
Implements
Inherited Members
VolumeComponent.active
VolumeComponent.displayName
VolumeComponent.parameters
VolumeComponent.GetHashCode()
VolumeComponent.Release()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
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 |
---|---|
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 |
---|---|
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 |
---|---|
Vector4Parameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
bool |
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool |