EnvironmentGlowBlendMode

    RenderingServer.swift:1320
    enum EnvironmentGlowBlendMode

    Cases

    • case additive

      Additive glow blending mode. Mostly used for particles, glows (bloom), lens flare, bright sources.

    • case screen

      Screen glow blending mode. Increases brightness, used frequently with bloom.

    • case softlight

      Soft light glow blending mode. Modifies contrast, exposes shadows and highlights (vivid bloom).

    • case replace

      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.

    • case mix

      Mixes the glow with the underlying color to avoid increasing brightness as much while still maintaining a glow effect.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (560) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features