Enum BlendMode
- Namespace
- Fantas
- Assembly
- Fantas.dll
Blend modes operations
public enum BlendMode
Fields
Add = 1
Add source and destination
Alpha = 0
Blending source and destination using Alpha
Multiply = 3
Source multiplied by destination
MultiplyAlpha = 7
Source multiplied by destination, with the alpha channel
MultiplyX2 = 4
Source multiplied by destination and doubled
Replace = 6
Opaque blend, replacing destination color
Screen = 5
Source added to the destination times the inverse of source
Subtract = 2
Subtract source from destination