Skip to content

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.

Parameters

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

Modes

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

Example of a 'Mode' value of 0 Example of a 'Mode' value of 1 Example of a 'Mode' value of 2
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
Example of a 'Mode' value of 3 Example of a 'Mode' value of 4 Example of a 'Mode' value of 5
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

Min & Max

Example of a '' value of 2x4 Example of a '' value of 2x12 Example of a '' value of 4x8
2x4 2x12 4x8

Line Width

Example of a 'Line Width' value of 0 Example of a 'Line Width' value of 1 Example of a 'Line Width' value of 2
Line Width: 0 Line Width: 1 Line Width: 2

Noise

Example of a 'Noise' value of 0 Example of a 'Noise' value of 25 Example of a 'Noise' value of 50
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

Download

View the shaders below or download the latest release:

Clone this wiki locally