Skip to content

Patterns

MattyHD0 edited this page Jan 31, 2023 · 2 revisions

Modes

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

Examples

All the examples shown here were made with this color setting, just changing the value of mode

example:
  mode: '...'
  colors:
    - 'RED'
    - 'BLUE'
    - 'GREEN'

SINGLE

This pattern shows only the first color set.

image

RANDOM

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

image

LINEAR

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

image

LINEAR_IGNORE_SPACES

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

image

GRADIENT

This pattern shows all the configured colors creating a gradient.

image

GRADIENT_RANDOM

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

image

Clone this wiki locally