Created
June 25, 2017 17:22
-
-
Save behreajj/b946c6802696e78ad1714999874e58db to your computer and use it in GitHub Desktop.
Color Gradients 2-8
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
colorMode(HSB, 359, 99, 99); | |
grad = new Gradient(new ColorStop(0, color(29, 99, 99)), | |
new ColorStop(0.33, color(329, 99, 99)), | |
new ColorStop(0.66, color(89, 99, 99)), | |
new ColorStop(1, color(269, 99, 99))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment