IDCompositionCompositeEffect interface (dcomp.h)

The composite effect is used to combine 2 or more images. This effect has 13 different composite modes. The composite effect accepts 2 or more inputs. When you specify 2 images, destination is the first input (index 0) and the source is the second input (index 1). If you specify more than 2 inputs, the images are composited starting with the first input and the second and so on.

Inheritance

The IDCompositionCompositeEffect interface inherits from IDCompositionFilterEffect. IDCompositionCompositeEffect also has these types of members:

Methods

The IDCompositionCompositeEffect interface has these methods.

 
IDCompositionCompositeEffect::SetMode

Sets the mode for the composite effect.

Requirements

Requirement Value
Target Platform Windows
Header dcomp.h

See also

IDCompositionFilterEffect