seed property
Provides a seed for the random number generator used to create the turbulence.
This property is read-only.
Syntax
HRESULT get_seed(
[out] SVGAnimatedNumber **ptr
);
Property values
Type: SVGAnimatedNumber
Number used for the seed.
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.27
Remarks
Random number generators often use a seed. If you want to change the starting seed for the random numbers that are used to calculate the turbulence, the seed must be positive. If the number is not an integer, it will be converted to one. The default is zero.