Isotope.Utils.show_noisemap
You're seeing just the function
show_noisemap
, go back to Isotope.Utils module for more information.
Specs
show_noisemap(Isotope.Noise.noisemap()) :: :ok
Shows the given noise map on the stdout using ANSI color codes.
This won't work if your terminal doesn't support ANSI color codes.
{:ok, noise} = Isotope.Noise.new()
noise |> Isotope.Noise.noise_map({50, 50})
|> Isotope.Utils.show_noisemap()
# Outputs noise visualization
:ok