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