gfx.sky.procedural.get_sky_horizon_color

Client

Retrieves the current horizon color of the procedural sky


Syntax

local result = gfx.sky.procedural.get_sky_horizon_color()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
colorresultCurrent horizon color of the procedural sky as {r, g, b, a}

Examples

Print current procedural sky sky horizon color
core.engine.print("info", "Sky horizon color:", util.table.unpack(gfx.sky.procedural.get_sky_horizon_color()))

On this page