-
Notifications
You must be signed in to change notification settings - Fork 50
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.
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 |
There are 5 distinct color modes for generating patterns, as outlined below:
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. |
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: 0
|
Thickness: 1
|
Thickness: 2
|
---|
1x2 |
2x4 |
---|---|
4x8 |
8x16 |
All content in this wiki is licenced under the CC BY-NC-SA 4.0 license. Code snippets are dual-licenced under the MIT License.