gfx.sky.procedural.get_sky_cover_modulate
Client
Retrieves the current sky cover modulate color of the procedural sky material
Syntax
local result = gfx.sky.procedural.get_sky_cover_modulate()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
color | result | Current sky cover modulate color of the procedural sky material as {r, g, b, a} |
Examples
core.engine.print("info", "Sky cover modulate:", util.table.unpack(gfx.sky.procedural.get_sky_cover_modulate()))