PerlinNoiseInitAmplitude Property |
Namespace: Accord.Math
The property sets initial amplitude of the first octave. Amplitudes for
next octaves are calculated using the next equation:
amplitudei = InitAmplitude * Persistencei,
where i = [0, Octaves).
Default value is set to 1.