Enum TonemappingMode
Available tonemapping modes.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1)]
public enum TonemappingMode
필드
| 이름 | 설명 |
|---|---|
| ACES | Close approximation of the reference ACES tonemapper for a more filmic look. |
| Custom | A tweakable, artist-friendly tonemapping curve. |
| External | Specifies a custom lookup table. |
| Neutral | Tonemapping mode with minimal impact on color hue and saturation. |
| None | No tonemapping. |