IDCompositionTurbulenceEffect

An IDCompositionTurbulenceEffect interface represents a turbulence filter effect

Members

Functions

SetBaseFrequency
HRESULT SetBaseFrequency(const(D2D1_VECTOR_2F)* frequency)

Changes the base frequency of the turbulence

SetNoise
HRESULT SetNoise(D2D1_TURBULENCE_NOISE noise)

Set the noise mode

SetNumOctaves
HRESULT SetNumOctaves(UINT numOctaves)

Sets the number of octaves

SetOffset
HRESULT SetOffset(const(D2D1_VECTOR_2F)* offset)

Changes the starting offset of the turbulence

SetSeed
HRESULT SetSeed(UINT seed)

Set the random number seed

SetSize
HRESULT SetSize(const(D2D1_VECTOR_2F)* size)

Changes the output size of the turbulence

SetStitchable
HRESULT SetStitchable(BOOL stitchable)

Set stitchable

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