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

TypeNameDescription
boolresulttrue if glow normalization is enabled, false otherwise

Examples

Check if glow normalization is enabled
core.engine.print("info", "Glow normalized:", gfx.glow.is_normalized())

On this page