-
Notifications
You must be signed in to change notification settings - Fork 14
Patterns
MattyHD0 edited this page Jan 31, 2023
·
2 revisions
| Mode | Description |
|---|---|
| SINGLE | Use only the first color |
| RANDOM | Use the colors randomly |
| LINEAR | Use all colors in a linear fashion |
| LINEAR_IGNORE_SPACES | Use all the colors in a linear way ignoring the spaces |
| GRADIENT | Makes a gradient with the colors entered |
| GRADIENT_RANDOM | Makes a rando mgradient with the colors entered |
All the examples shown here were made with this color setting, just changing the value of mode
example:
mode: '...'
colors:
- 'RED'
- 'BLUE'
- 'GREEN'This pattern shows only the first color set.

This pattern shows all the colors configured in a random order.

This pattern returns all the configured colors by iterating every 1 letter.

This pattern shows all the colors set by iterating every 1 letter but not iterating the spaces.

This pattern shows all the configured colors creating a gradient.

This pattern displays all the configured colors creating a random order gradient.
