Skip to content

Uneven Tiles Brush

Lachlan McDonald edited this page Jul 26, 2020 · 14 revisions

The tiles_uneven brush generates a uneven pattern of tiles; where the dimensions of the tiles varies.

Arguments

Argument Description
Mode Color mode (see below)
Min Minimum tile width and height
Max Maximum tile width and height
Color A Color A
Color B Color B
Line Color Color of the line
Line Width Thickness of the line
Seed Global seed

Modes

There are 5 distinct color modes for generating patterns, as outlined below:

Example of a mode of 0 Example of a mode of 1 Example of a mode of 2
Mode: 0 Mode: 1 Mode: 2
Tiles are colored at random between Color A and Color B. Tiles are colored between depending on their size; between Color A and Color B for small to large, respectively. Tiles are colored between Color A and Color B in a repeating sequence.
Example of a mode of 3 Example of a mode of 4
Mode: 3 Mode: 4
Tiles are either colored as Color A or Color B at random. Tiles alternate between Color A and Color B.

Thickness

Example of thickness of 0 Example of thickness of 1 Example of thickness of 2
Thickness: 0 Thickness: 1 Thickness: 2

Width & Height

1x2 2x4
1x2 2x4
4x8 8x16
4x8 8x16
Clone this wiki locally