Class LiftGammaGain
A volume component that holds settings for the Lift, Gamma, Gain effect.
상속된 멤버
VolumeComponent.active
VolumeComponent.AnyPropertiesIsOverridden()
VolumeComponent.Release()
VolumeComponent.displayName
VolumeComponent.parameters
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Serializable]
[VolumeComponentMenu("Post-processing/Lift, Gamma, Gain")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.10/manual/Post-Processing-Lift-Gamma-Gain.html")]
public sealed class LiftGammaGain : VolumeComponent, IPostProcessComponent
필드
이름 | 설명 |
---|---|
gain | Controls the highlights of the render. |
gamma | Controls the mid-range tones of the render with a power function. |
lift | Controls the dark tones of the render. |
메서드
이름 | 설명 |
---|---|
IsActive() | Tells if the effect needs to be rendered or not. |