View Source Isotope.Options.Fractal (Isotope v0.2.0)

Options available for fractal noises.

Link to this section Summary

Types

Fractal types available.

t()

Link to this section Types

@type fractal() :: :fbm | :rigid_multi | :billow

Fractal types available.

@type t() :: %Isotope.Options.Fractal{
  fractal_type: fractal(),
  gain: float(),
  lacunarity: float(),
  octaves: integer()
}