gfx.glow.blend_mode

Client

Enumeration of supported compositing modes for the glow effect


Values

Determines how the glow result is composited over the scene.

ConstantDescription
gfx.glow.blend_mode.ADDITIVEGlow is added on top of the scene, brightening glow areas
gfx.glow.blend_mode.SCREENGlow is blended using a screen operation, producing a softer brightening effect
gfx.glow.blend_mode.SOFTLIGHTGlow is blended using a soft light operation for a subtle, natural-looking result
gfx.glow.blend_mode.REPLACEGlow completely replaces the scene in affected areas
gfx.glow.blend_mode.MIXGlow is blended with the scene based on gfx.glow.set_mix

On this page