IDCompositionHueRotationEffect

An IDCompositionHueRotationEffect interface represents a hue rotation filter effect

interface IDCompositionHueRotationEffect : IDCompositionFilterEffect {}

Members

Functions

SetAngle
HRESULT SetAngle(float amountDegrees)

Changes the angle of rotation

Inherited Members

From IDCompositionFilterEffect

SetInput
HRESULT SetInput(UINT index, IUnknown input, UINT flags)

Sets the input at the given index to the filterEffect (NULL will use source visual, unless flagged otherwise)

Meta