|  | 
|  | ImageCompositor (std::string programFileName="composite.frag") | 
| void | composite (const Image &source0, const Image &source1, Image &destination, ImageType type) | 
| void | composite (const ImageInport &source0, const ImageInport &source1, ImageOutport &destination, ImageType type) | 
◆ composite() [1/2]
      
        
          | void inviwo::ImageCompositor::composite | ( | const Image & | source0, | 
        
          |  |  | const Image & | source1, | 
        
          |  |  | Image & | destination, | 
        
          |  |  | ImageType | type ) | 
      
 
Blend source0 and source1 using depth into the destination 
 
 
◆ composite() [2/2]
      
        
          | void inviwo::ImageCompositor::composite | ( | const ImageInport & | source0, | 
        
          |  |  | const ImageInport & | source1, | 
        
          |  |  | ImageOutport & | destination, | 
        
          |  |  | ImageType | type ) | 
      
 
Blend source0 and source1 using depth into the destination 
 
 
The documentation for this class was generated from the following file: