IDCompositionSaturationEffect

An IDCompositionSaturationEffect interface represents a saturation filter effect

interface IDCompositionSaturationEffect : IDCompositionFilterEffect {}

Members

Functions

SetSaturation
HRESULT SetSaturation(float ratio)

Changes the amount of saturation to be applied.

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