baseFrequencyX property
Provides a base frequency in the X direction for the turbulence calculation.
This property is read-only.
Syntax
HRESULT get_baseFrequencyX(
[out] SVGAnimatedNumber **ptr
);
Property values
Type: SVGAnimatedNumber
Positive number.
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.27
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.