IDCompositionShadowEffect

An IDCompositionShadowEffect interface represents a shadow filter effect

Members

Functions

SetColor
HRESULT SetColor(const(D2D1_VECTOR_4F)* color)

Changes shadow color

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