VisualServerEnvironmentGlowBlendMode Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentGlowBlendMode"]
Namespace: Godot
public enum EnvironmentGlowBlendMode
| Member name | Value | Description | |
|---|---|---|---|
| Additive | 0 | Add the effect of the glow on top of the scene. | |
| Screen | 1 | Blends the glow effect with the screen. Does not get as bright as additive. | |
| Softlight | 2 | Produces a subtle color disturbance around objects. | |
| Replace | 3 | Shows the glow effect by itself without the underlying scene. |