te::rp::Blender class pixel blend methods. 
| Enumerator | 
|---|
| InvalidBlendMethod  | Invalid blending method.  
 | 
| NoBlendMethod  | No blending performed.  
 | 
| EuclideanDistanceMethod  | Euclidean distance method.  
 | 
| SumMethod  | Pixels will be summed inside the raster overlapped area.  
 | 
| MaxMethod  | Keep the maximum value of two overlapping pixels.  
 | 
| MinMethod  | Keep the minimum value of two overlapping pixels.  
 | 
| RuleMethod  | Rule based (this implies in a valid rules pointer given in the initialize method).  
 | 
Definition at line 32 of file BlenderTypeDefs.h.