baseFrequencyY property

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

This property is read-only.

 

Syntax

HRESULT get_baseFrequencyY(
  [out] SVGAnimatedNumber **ptr
);

Property values

Type: SVGAnimatedNumber

Positive number

Standards information

Remarks

For markup, you can use baseFrequency to combine ISVGFETurbulenceElement::baseFrequencyX and ISVGFETurbulenceElement::baseFrequencyY.

The larger the base frequency number, the more quickly the colors change. The number must be positive and provides good results if the number is less than 1. If no number is provided, the value is assumed to be zero.