EnvironmentToneMapper Enumeration |
[Missing <summary> documentation for "T:Godot.Environment.ToneMapper"]
Namespace: Godot
public enum ToneMapper
Member name | Value | Description | |
---|---|---|---|
Linear | 0 | Linear tonemapper operator. Reads the linear data and passes it on unmodified. | |
Reinhardt | 1 | Reinhardt tonemapper operator. Performs a variation on rendered pixels' colors by this formula: color = color / (1 + color). | |
Filmic | 2 | Filmic tonemapper operator. | |
Aces | 3 | Academy Color Encoding System tonemapper operator. |