Skip to content

Puzzle Tiles Brush

Lachlan McDonald edited this page Jul 11, 2020 · 15 revisions

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

Arguments

Argument Description
Mode Color mode (see below)
Color A Color A
Color B Color B
Size X Tile width
Size Y Tile height
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
Mode: 0 Mode: 1
Tiles are colored at random between Color A and Color B. Tiles are either colored as Color A or Color B.
Example of a mode of 2 Example of a mode of 3
Mode: 2 Mode: 3
Similar to mode 0, only tiles directed towards the X axis are randomly colored. Remaining tiles become Line Color. Similar to mode 0, only tiles directed towards the Y axis are randomly colored. Remaining tiles become Line Color.
Example of a mode of 4
Mode: 4
Tiles are colored at random between Color A and Color B. Tiles directed towards the X axis selected from the first half of the color range, and Y axis the selected from the second half of the color range.

Line Widths

Example of line width of 0 Example of line width of 1 Example of line width of 2
Line Width: 0 Line Width: 1 Line Width: 2

Examples

Example Example
Clone this wiki locally