createPattern : flat

This 'Pattern' assigns the same value to all the pixels in this pattern. It can be used as a color channel, for example. The footer has 3 flat color channels that combine to green, the pattern is only in the alpha channel. This pattern is not random, the same parameter creates the exact same image.

Basic Example

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

Playground

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