gfx.env.set_tonemap_white

Client

Sets the tonemap white point of the environment


Syntax

local status = gfx.env.set_tonemap_white(
    value
)

Parameters

TypeNameDescription
floatvalueTonemap white point to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set environment tonemap white point
gfx.env.set_tonemap_white(1.0)

On this page