Function VisualServerSingleton.environmentSetTonemap

Sets the variables to be used with the "tonemap" post-process effect. See Environment for more details.

void environmentSetTonemap (
  const(RID) env,
  const(long) tone_mapper,
  const(double) exposure,
  const(double) white,
  const(bool) auto_exposure,
  const(double) min_luminance,
  const(double) max_luminance,
  const(double) auto_exp_speed,
  const(double) auto_exp_grey
) nothrow @nogc;