VisualServerSingleton.environmentSetTonemap

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

struct VisualServerSingleton
@nogc nothrow
void
environmentSetTonemap
(
in RID env
,
in long tone_mapper
,
in double exposure
,
in double white
,,
in double min_luminance
,
in double max_luminance
,
in double auto_exp_speed
,
in double auto_exp_grey
)

Meta