SFML.Net
| BlendModeEquation Enumeration |
Enumeration of the blending equations
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| Add | 0 | Pixel = Src * SrcFactor + Dst * DstFactor | |
| Subtract | 1 | Pixel = Src * SrcFactor - Dst * DstFactor |
See Also