Enum BlendOperation
RGB or alpha blending operation.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum BlendOperation : byte
  Fields
| Name | Description | 
|---|---|
| Add | Add source 1 and source 2.  | 
      
| Max | Find the maximum of source 1 and source 2.  | 
      
| Min | Find the minimum of source 1 and source 2.  | 
      
| ReverseSubstract | Subtract source 2 from source 1.  | 
      
| Substract | Subtract source 1 from source 2.  |