Function Environment.tonemapMode

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.)

Environment.ToneMapper tonemapMode() nothrow @property @nogc;

void tonemapMode (
  long v
) nothrow @property @nogc;