Click or drag to resize

VisualServerEnvironmentToneMapper Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentToneMapper"]

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

Output color as they came in.

Reinhard1

Use the Reinhard tonemapper.

Filmic2

Use the filmic tonemapper.

Aces3

Use the ACES tonemapper.

See Also