Click or drag to resize

Environment.TonemapMode Property

The tonemapping mode to use. Tonemapping is the process that "converts" HDR values to be suitable for rendering on a LDR display. (Godot doesn't support rendering on HDR displays yet.)

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Environment.ToneMapper TonemapMode { get; set; }

Property Value

Type: Environment.ToneMapper
See Also