-
Notifications
You must be signed in to change notification settings - Fork 50
Uneven Tiles Brush
Lachlan McDonald edited this page May 11, 2022
·
14 revisions
The
tiles_uneven
brush generates a uneven pattern of tiles; where the dimensions of the tiles varies.
Parameter | Description |
---|---|
Mode | Color mode (see below) |
Min | Minimum tile width and height |
Max | Maximum tile width and height |
Line Color | Color of the line |
Line Width | Thickness of the line |
Noise | Randomness of the colors within each tile. Values closer to 0 produce solid colored tiles, where as values closer to 1 produce noisy tiles (see below) |
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 the selected colors. | Tiles are colored between depending on their size between the selected colors. | Tiles are colored between the selected colors in a repeating pattern along the X-axis |
Mode: 3
|
Mode: 4
|
Mode: 5
|
Tiles are colored between the selected colors in a repeating pattern along the Y-axis | Tiles are colored at random using only the first and last selected color | Tiles are colored in an alternating pattern using only the first and last selected color |
2x4 |
2x12 |
4x8 |
---|
Line Width: 0
|
Line Width: 1
|
Line Width: 2
|
---|
Noise: 0
|
Noise: 25
|
Noise: 50
|
---|---|---|
Tiles are colored at random between the selected colors. | Tiles are colored between depending on their size between the selected colors. | Tiles are colored between the selected colors in a repeating pattern along the X-axis |
View the shaders below or download the latest release:
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.