Created
June 25, 2017 14:48
-
-
Save behreajj/2d71e5c27503b307fac56d925d58923b to your computer and use it in GitHub Desktop.
Color Gradients 1-1
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
color red = 0xffff0000; | |
println(red); | |
println(hex(red)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment