Skip to content

Instantly share code, notes, and snippets.

@andrew-wilkes
Created December 24, 2021 05:01
Show Gist options
  • Save andrew-wilkes/ec68e09712a88bb42d41c88d2a193d53 to your computer and use it in GitHub Desktop.
Save andrew-wilkes/ec68e09712a88bb42d41c88d2a193d53 to your computer and use it in GitHub Desktop.
Color code
# 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