Property BaseFrequencyX
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
BaseFrequencyX
Corresponds to attribute 'baseFrequency' on the given 'feTurbulence' element. Contains the X component of the 'baseFrequency' attribute.
public ISvgAnimatedNumber BaseFrequencyX { get; }
Property Value
- ISvgAnimatedNumber
baseFrequency = "number-optional-number"
If the attribute is not specified, then the effect is as if a value of 0 were specified.
Remarks
The base frequency (frequencies) parameter(s) for the noise function. If two number
s are provided,
the first number represents a base frequency in the X direction and the second value represents a base
frequency in the Y direction. If one number is provided, then that value is used for both X and Y.
A negative value for base frequency is an error (see Error processing).