Environment.GlowBlendMode/glowBlendMode - multiple declarations
Function Environment.glowBlendMode
The glow blending mode.
Environment . GlowBlendMode glowBlendMode() nothrow @property @nogc;
void glowBlendMode
(
long v
) nothrow @property @nogc;
Enum Environment.GlowBlendMode
enum GlowBlendMode
: int { ... }
Enum members
| Name | Description |
|---|---|
glowBlendModeAdditive
|
Additive glow blending mode. Mostly used for particles, glows (bloom), lens flare, bright sources. |
glowBlendModeReplace
|
Replace glow blending mode. Replaces all pixels' color by the glow value. This can be used to simulate a full-screen blur effect by tweaking the glow parameters to match the original image's brightness. |
glowBlendModeScreen
|
Screen glow blending mode. Increases brightness, used frequently with bloom. |
glowBlendModeSoftlight
|
Soft light glow blending mode. Modifies contrast, exposes shadows and highlights (vivid bloom). |