Click or drag to resize

VisualServerEnvironmentGlowBlendMode Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentGlowBlendMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EnvironmentGlowBlendMode
Members
  Member nameValueDescription
Additive0

Add the effect of the glow on top of the scene.

Screen1

Blends the glow effect with the screen. Does not get as bright as additive.

Softlight2

Produces a subtle color disturbance around objects.

Replace3

Shows the glow effect by itself without the underlying scene.

See Also