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

TypeNameDescription
colorresultCurrent sky cover modulate color of the procedural sky material as {r, g, b, a}

Examples

Print current procedural sky sky cover modulate
core.engine.print("info", "Sky cover modulate:", util.table.unpack(gfx.sky.procedural.get_sky_cover_modulate()))

On this page