IDCompositionCompositeEffect interface

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.

Members

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

Methods

The IDCompositionCompositeEffect interface has these methods.

MethodDescription
SetMode

Sets the mode for the composite effect.

 

Requirements

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionFilterEffect

 

 

Show: