dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Enums
BlendMode Enum
Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what
seems like a new layer. Unlike the method of using transparency which can result in a washed-out top layer, blend
modes can create a variety of very vibrant and intriguing results by blending a layer with the layer(s) below it.
public enum BlendMode
Fields
Average
0
Color
3
ColorBurn
1
ColorDodge
2
Darken
4
DestinationAtop
5
DestinationIn
6
DestinationOut
7
DestinationOver
8
Difference
9
Exclusion
10
HardLight
11
Hue
12
Invert
13
Lighten
14
Lighter
15
Luminosity
16
Minus
17
Multiply
18
Normal
19
Overlay
20
Plus
21
Reflect
22
Saturation
23
Screen
24
SoftLight
25
SourceAtop
26
SourceIn
27
SourceOut
28
VividLight
29
Xor
30