gfx.sky.procedural.get_ground_horizon_color

Client

Retrieves the current horizon color of the procedural ground


Syntax

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

Parameters

No parameters are accepted by this function

Returns

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

Examples

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

On this page