-
Notifications
You must be signed in to change notification settings - Fork 50
Puzzle Tiles Brush
Lachlan McDonald edited this page Jul 11, 2020
·
15 revisions
The tiles_puzzle brush generates a puzzle-like pattern of tiles.
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 |
There are 5 distinct color modes for generating patterns, as outlined below:
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. |
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. |
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 Width: 0
|
Line Width: 1
|
Line Width: 2
|
---|
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.