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