IDCompositionFilterEffect interface (dcomp.h)

Represents a filter effect.

IDCompositionFilterEffect exposes a subset of Direct2D's image effects through DirectComposition for use in CSS filters in the browser platform.

Inheritance

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

Methods

The IDCompositionFilterEffect interface has these methods.

 
IDCompositionFilterEffect::SetInput

Sets the input at an index to the specified filter effect.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcomp.h

See also

IDCompositionEffect

IDCompositionVisual::SetEffect