Enum BlendMode
- Namespace
- Map.Rendering.Compositing
- Assembly
- MapAssembly.dll
Blend modes for layer compositing. Matches shader implementation.
public enum BlendMode
Fields
Additive = 4Additive blend
Multiply = 1Multiply blend (darkens)
Normal = 0Normal alpha blending (lerp)
Overlay = 3Overlay blend (contrast)
Screen = 2Screen blend (lightens)
SoftLight = 5Soft light blend