gfx.env.set_tonemap_exposure

Client

Sets the tonemap exposure of the environment


Syntax

local status = gfx.env.set_tonemap_exposure(
    value
)

Parameters

TypeNameDescription
floatvalueTonemap exposure to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set environment tonemap exposure
gfx.env.set_tonemap_exposure(1.0)

On this page