gfx.env.set_tonemapper_mode
Client
Sets the tonemapper mode of the environment
Syntax
local status = gfx.env.set_tonemapper_mode(
mode
)Parameters
| Type | Name | Description |
|---|---|---|
gfx.env.tonemapper_mode | mode | Tonemapper mode to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_tonemapper_mode(gfx.env.tonemapper_mode.LINEAR)