package
0.14.0
Repository: https://github.com/anthonynsimon/bild.git
Documentation: pkg.go.dev

# Functions

Generate returns an image of the parameter width and height filled with the values from a noise function.
GeneratePerlin outputs the perlin image of given height and width and freqency.

# Variables

Binary distribution noise function.
Gaussian distribution noise function.
Uniform distribution noise function.

# Structs

Options to configure the noise generation.

# Type aliases

Fn is a noise function that generates values between 0 and 255.