IDCompositionFilterEffect interface

Represents a filter effect.

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

When to implement

Client applications do not implement IDCompositionFilterEffect; custom implementations are not supported.

Members

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

Methods

The IDCompositionFilterEffect interface has these methods.

MethodDescription
SetInput

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

 

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionEffect
IDCompositionVisual::SetEffect

 

 

Show: