Property NumOctaves
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
NumOctaves
The numOctaves parameter for the noise function.
public ISvgAnimatedInteger NumOctaves { get; }
Property Value
- ISvgAnimatedInteger
numOctaves = "integer"
If the attribute is not specified, then the effect is as if a value of 1 were specified.
Remarks
Corresponds to attribute 'numOctaves' on the given 'feTurbulence' element.