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
| Type | Name | Description |
|---|---|---|
color | result | Current horizon color of the procedural ground as {r, g, b, a} |
Examples
core.engine.print("info", "Ground horizon color:", util.table.unpack(gfx.sky.procedural.get_ground_horizon_color()))