IDCompositionArithmeticCompositeEffect interface

The arithmetic composite effect is used to combine 2 images using a weighted sum of pixels from the input images.

Members

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

Methods

The IDCompositionArithmeticCompositeEffect interface has these methods.

MethodDescription
SetClampOutput

Specifies whether to clamp color values before the effect passes the values to the next effect in the graph.

SetCoefficient1 Overloaded.

Sets the first coefficient for the equation used to composite the two input images.

setcoefficient2 Overloaded.

Sets the second coefficient for the equation used to composite the two input images.

setcoefficient3 Overloaded.

Sets the third coefficient for the equation used to composite the two input images.

SetCoefficient4 Overloaded.

Sets the fourth coefficient for the equation used to composite the two input images.

SetCoefficients

Sets the coefficients for the equation used to composite the two input images.

 

Requirements

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionFilterEffect

 

 

Show: