Created
December 24, 2021 05:01
-
-
Save andrew-wilkes/ec68e09712a88bb42d41c88d2a193d53 to your computer and use it in GitHub Desktop.
Color code
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
# Switch between saturated and pastel palettes | |
var s = 0.5 if n > 15 else 1.0 | |
button.modulate = Color.from_hsv(fmod(n / 15.0, 2.0), s, 1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment