createPattern : flat

This 'Pattern' assigns the same value to all the pixels in this color channel. So we can also generate monochrome background images with no patterns. This pattern is not random, the same parameters create the exact same image.

Basic Example

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