IDCompositionGaussianBlurEffect

An IDCompositionGaussianBlurEffect interface represents a gaussian blur filter effect

Members

Functions

SetBorderMode
HRESULT SetBorderMode(D2D1_BORDER_MODE mode)

Changes border mode (see D2D1_GAUSSIANBLUR)

SetStandardDeviation
HRESULT SetStandardDeviation(float amount)

Changes the amount of blur 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