Table of Contents

Enum BlendMode

Namespace
Map.Rendering.Compositing
Assembly
MapAssembly.dll

Blend modes for layer compositing. Matches shader implementation.

public enum BlendMode

Fields

Additive = 4

Additive blend

Multiply = 1

Multiply blend (darkens)

Normal = 0

Normal alpha blending (lerp)

Overlay = 3

Overlay blend (contrast)

Screen = 2

Screen blend (lightens)

SoftLight = 5

Soft light blend