gfx.glow.is_normalized
Client
Retrieves whether level normalization is currently enabled for the glow post-processing effect
Syntax
local result = gfx.glow.is_normalized()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if glow normalization is enabled, false otherwise |
Examples
core.engine.print("info", "Glow normalized:", gfx.glow.is_normalized())