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
Type |
Description |
Vector4Parameter |
|
gamma
Declaration
[Tooltip("Power function that controls mid-range tones.")]
public Vector4Parameter gamma
Field Value
Type |
Description |
Vector4Parameter |
|
lift
Declaration
[Tooltip("Controls the darkest portions of the render.")]
public Vector4Parameter lift
Field Value
Type |
Description |
Vector4Parameter |
|
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements