IDCompositionHueRotationEffect interface (dcomp.h)

The hue rotate effect alters the hue of an image by applying a color matrix based on the rotation angle.

Inheritance

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

Methods

The IDCompositionHueRotationEffect interface has these methods.

 
IDCompositionHueRotationEffect::SetAngle

The IDCompositionHueRotationEffect::SetAngle(float) method sets the angle to rotate the hue.
IDCompositionHueRotationEffect::SetAngle

The IDCompositionHueRotationEffect::SetAngle(IDCompositionAnimation) method sets the angle to rotate the hue.

Requirements

Requirement Value
Target Platform Windows
Header dcomp.h

See also

IDCompositionFilterEffect