Click or drag to resize

EnvironmentToneMapper Enumeration

[Missing <summary> documentation for "T:Godot.Environment.ToneMapper"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ToneMapper
Members
  Member nameValueDescription
Linear0

Linear tonemapper operator. Reads the linear data and passes it on unmodified.

Reinhardt1

Reinhardt tonemapper operator. Performs a variation on rendered pixels' colors by this formula: color = color / (1 + color).

Filmic2

Filmic tonemapper operator.

Aces3

Academy Color Encoding System tonemapper operator.

See Also