Noise: scale:

FBM: amplitude:

FBM: frequency:

FBM: octaveCount:

FBM: persistence:

FBM: lacunarity:

Domain Warp: numWarps:

Domain Warp: falloff:

Domain Warp: scale:

Custom Colormap: red:

Custom Colormap: green:

Custom Colormap: blue:

Seed:

Change Seed

Render!

Export as PNG

I DUNT UNDERSZAND ANYTINGZ !!!11!!!!1

×

What do all these Sliders do? And how does the page work? HELP

This page is for creating artistic images using two dimensional noise.

The sliders control the parameters of the noise function.

How it works:

First, a random noise gets generated. (Noise: randomess, but not completely random)

It just creates a smooth pattern. Then, Frequent Browniam Motion gets applied.

That just means, different frequencies (scales) of the same noise get overlayed together, N times.

After that, a concept called domain warping gets applied. Domain warping is a technique that changes the shape of the noise.

That's it.

How you can use it:

Change the Sliders to whatever Values you like.

Click the "Render!" button to see the result rendered.

Optinally, you can also export the image as a PNG file.

What do the Sliders do?

Noise Scale:

Noise Scale just modifies the scale of the output noise, higher values resulting in a more zoomed-out image.

FBM Amplitude:

Does pretty much nothing, yet I still keep it in the code.

FBM Frequency:

The Frequency is just the initial Frequency (mentioned above) the FBM algorithm starts with.

FBM Octave Count:

The Octave Count is the number of times a layer of noise gets applied (mentioned above).

FBM Persistence:

Every Octave, the Amplitude gets multipled with persistance, so persistance basically means how much parts of later Iterations get added.

Smaller Values; Later Octaves are not that visible in the final noise image.

FBM Lacunarity:

Every Iteration, the frequency (mentioned above) get multipled with lacunarity. So, the higher the lacunarity, the higher the frequency gets over time with every iteration.

Domain Warping Number of Warps:

This is the number of times the Domain Warping gets applied. Really, values dont need to be above 2, since there is no real difference in the output image.

Domain Warping Falloff:

Every time domain warping gets applied, the scale (next slider) gets multiplied by falloff.

Domain Warping Scale:

Really just how strong the domain warping effect is.

Use Custom Colormap [button]

If you want to use a custom colormap (not the default blue/pink colors, but a custom color), click this button to toggle.

Custom Colormap Red/Green/Blue

The red, green and blue values of the color. If unsure, use any online color picker like here, and just pick a color you want.

Then if you see any RGB or Red, Green and Blue values, (usually notated like rgb(RED, GREEN, BLUE) ) just copy them over to the sliders.

Seed [label]

This is the seed of the random noise generator. It is random every time, using the same seed will result in the same exact image every time.

Change Seed [button]

If you want to change the seed, click this button.

Render! [button]

This Button renders the image. Note that you can also change the sliders while it is rendering.

Export as PNG [button]

Exports the Image as a PNG file.

Help [button]

Shows this help menu!