IDCompositionEffectGroup interface (dcomp.h)

Represents a group of bitmap effects that are applied together to modify the rasterization of a visual's subtree.

Inheritance

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

Methods

The IDCompositionEffectGroup interface has these methods.

 
IDCompositionEffectGroup::SetOpacity

Changes the value of the Opacity property.
IDCompositionEffectGroup::SetOpacity

Animates the value of the Opacity property.
IDCompositionEffectGroup::SetTransform3D

Sets the 3D transformation effect object that modifies the rasterization of the visuals that this effect group is applied to.

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