gfx.env.set_tonemap_exposure
Client
Sets the tonemap exposure of the environment
Syntax
local status = gfx.env.set_tonemap_exposure(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Tonemap exposure to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_tonemap_exposure(1.0)