Created
January 10, 2019 21:45
-
-
Save andrisgauracs/42fa12651d1d0a922ea14db699bea4ed to your computer and use it in GitHub Desktop.
Required variables for color palette generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Global variables | |
| framesTaken = 0 | |
| framesTakenList = [] | |
| framesSpecified = 0 | |
| clusters = 5 | |
| margin = 5 | |
| borderSize = 40 | |
| offset = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment