-
Notifications
You must be signed in to change notification settings - Fork 50
Gradient Brush
Lachlan McDonald edited this page Feb 26, 2023
·
10 revisions
The gradient brush generates different styles of gradients from the colors selected from the palette.
To generate radial (circular) gradients, see the Radial Gradient brush.
Parameter | Description |
---|---|
Mode | Gradient mode (see below) |
Direction | Direction of the gradient (see below) |
Dither | Amount of dithering between each of the selected colors |
Seed | Global seed (not all modes are affected) |
Mode: 0
|
Mode: 1
|
---|---|
Interweaved noise | Random noise |
Mode: 2
|
Mode: 3
|
Randomised scanlines | Even scanlines |
Mode: 4
|
Mode: 5
|
Waveform noise | Ordered dithering (using a 4x4 Bayer Matrix) |
Direction: 0
|
Direction: 1
|
Direction: 2
|
---|---|---|
Gradient across the Z-axis | Gradient across the Z-axis (in reverse) | Gradient across the Y-axis |
Direction: 3
|
Direction: 4
|
Direction: 5
|
Gradient across the Y-axis (in reverse) | Gradient across the X-axis | Gradient across the X-axis (in reverse) |
Noise: 0
|
Noise: 5
|
---|---|
Noise: 20
|
Noise: 40
|
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.