Class WhiteBalance
A volume component that holds settings for the White Balance effect.
상속된 멤버
VolumeComponent.active
VolumeComponent.AnyPropertiesIsOverridden()
VolumeComponent.Release()
VolumeComponent.displayName
VolumeComponent.parameters
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Serializable]
[VolumeComponentMenu("Post-processing/White Balance")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.10/manual/Post-Processing-White-Balance.html")]
public sealed class WhiteBalance : VolumeComponent, IPostProcessComponent
필드
이름 | 설명 |
---|---|
temperature | Controls the color temperature HDRP uses for white balancing. |
tint | Controls the white balance color to compensate for a green or magenta tint. |
메서드
이름 | 설명 |
---|---|
IsActive() | Tells if the effect needs to be rendered or not. |