Enum VisualServerSingleton.EnvironmentGlowBlendMode

enum EnvironmentGlowBlendMode : int { ... }

Enum members

NameDescription
glowBlendModeAdditive Add the effect of the glow on top of the scene.
glowBlendModeReplace Shows the glow effect by itself without the underlying scene.
glowBlendModeScreen Blends the glow effect with the screen. Does not get as bright as additive.
glowBlendModeSoftlight Produces a subtle color disturbance around objects.