createPattern : noise_plasma

Plasma noise is a tilable, cloudy and random pattern generated by the Diamond-Square Algorithm. The Limitation right now is that the image/dom element has to have a width that is a power of 2 (4, 8, 16, 32, 64, 128, 256,...) otherwise the pattern gets distorted.

Basic Example

"patina" : {
    "type"          : "createPattern",
    "patternName"   : "noise_plasma"
}

Options / Parameters

frequency
defines how many 'waves' per width you get. Possible values are positive numbers up to ½ of the image width. Everything above that will give you a flat image.
1 (default)
2
10
20

Playground

Here you can test this pattern. Change the values inside the textarea or rewrite it completely, then hit "apply".