FORM (NEW!)
Defines the tile form. You can choose between rectangular tiles and hexagonal tiles.
DRIFT
defines how much the generated color can be different from the specified base-color.
Value: 0-255
0 -> not different at all
255 -> very different (rainbow mode)
COLOR MODE
In color-mode the R,G,B values of the base-color are altered on their own. For example:
255,00,102 can become 240,15,91.
BRIGHTNESS MODE
In brightness-mode the R,G,B values of the base-color are altered together. For example:
255,60,102 can become 240,45,87. Assuming the drift is -15 in this case.