Last active
April 9, 2022 23:29
-
-
Save MarshySwamp/66bd72fa11c508b5df3d661326f8d521 to your computer and use it in GitHub Desktop.
Color Picker GUI
This file contains 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
// Foreground | |
app.showColorPicker(true); | |
// or | |
// Background | |
app.showColorPicker(false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment