Number of octaves, [1, 32].

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public int Octaves { get; set; }

Remarks

The property sets the number of noise functions, which sum up the resulting Perlin noise function.

Default value is set to 4.

See Also