Enum BloomBlendType ​
Namespace: ValveResourceFormat.Renderer.SceneEnvironment
Assembly: Renderer.dll
Bloom compositing blend modes.
csharp
public enum BloomBlendTypeFields ​
BLOOM_BLEND_ADD = 0
Additively blends the bloom layer over the scene.
BLOOM_BLEND_SCREEN = 1
Screen blends the bloom layer with the scene.
BLOOM_BLEND_BLUR = 2
Blurs the bloom layer before blending with the scene.

