Share via


isvgfeturbulenceelement interface

The isvgfeturbulenceelement interface corresponds to the feTurbulence element.

Members

The isvgfeturbulenceelement interface inherits from the IUnknown interface. isvgfeturbulenceelement also has these types of members:

  • Properties

Properties

The isvgfeturbulenceelement interface has these properties.

Property Access type Description

baseFrequencyX

Read-only

Provides a base frequency in the X direction for the turbulence calculation.

baseFrequencyY

Read-only

Provides a base frequency in the Y direction for the turbulence calculation.

numOctaves

Read-only

Provides the number of noise functions to be added together when calculating the turbulence.

result

Read-only

Provides a reference for the output result of a filter.

seed

Read-only

Provides a seed for the random number generator used to create the turbulence.

stitchTiles

Read-only

Provides a way to smooth the tiles generated by the turbulence calculation.

type

Read-only

Indicates whether the filter primitive should perform a noise or turbulence function.