Enum TonemappingMode
Options to select a tonemapping algorithm to use for color grading.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum TonemappingMode
필드
이름 | 설명 |
---|---|
ACES | Use this option to apply a close approximation of the reference ACES tonemapper for a more filmic look. It is more contrasted than Neutral and has an effect on actual color hue and saturation. Note that if you use this tonemapper all the grading operations will be done in the ACES color spaces for optimal precision and results. |
Neutral | Use this option if you only want range-remapping with minimal impact on color hue and saturation. It is generally a great starting point for extensive color grading. |
None | Use this option if you do not want to apply tonemapping |