gfx.env.set_background_intensity
Client
Sets the background luminance intensity of the environment
Syntax
local status = gfx.env.set_background_intensity(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Background luminance intensity to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_background_intensity(30000.0)