Enum Tonemapper
Tonemapping methods.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
public enum Tonemapper : int
Fields
| Name | Description | Value | 
|---|---|---|
| None | No tonemapping will be applied.  | 
0 | 
| Neutral | This method only does range-remapping with minimal impact on color hue & saturation and is generally a great starting point for extensive color grading.  | 
1 | 
| ACES | This method uses a close approximation of the reference ACES tonemapper for a more filmic look. Because of that, it is more contrasted than Neutral and has an effect on actual color hue & saturation. Note that if you enable this tonemapper all the grading operations will be done in the ACES color spaces for optimal precision and results.  | 
2 | 
| Custom | This method offers a fully parametric, artist-friendly tonemapper.  | 
3 |