Skip to content

Puzzle Tiles Brush

Lachlan McDonald edited this page May 11, 2022 · 15 revisions

The tiles_puzzle brush generates a puzzle-like pattern of tiles.

Parameters

Parameter Description
Mode Color mode (see below)
Size X Tile width
Size Y Tile 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:

Example of a 'Mode' value of 0 Example of a 'Mode' value of 1
Mode: 0 Mode: 1
Tiles are colored at random between the selected colors. Tiles are colored at random using only the first and last selected color.
Example of a 'Mode' value of 2 Example of a 'Mode' value of 3
Mode: 2 Mode: 3
Similar to mode 0, but only tiles directed towards the X-axis are colored. Remaining tiles become Line Color. Similar to mode 0, but only tiles directed towards the Y-axis are colored. Remaining tiles become Line Color.
Example of a 'Mode' value of 4
Mode: 4
Similar to mode 0, but tiles directed towards the X-axis selected from the first half of the selected colors, and Y-axis the selected from the second half of the selected colors.

Size X & Y

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

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

Examples

Example Example

Download

View the shaders below or download the latest release: