Skip to content

Instantly share code, notes, and snippets.

@behreajj
Created June 25, 2017 17:22
Show Gist options
  • Save behreajj/b946c6802696e78ad1714999874e58db to your computer and use it in GitHub Desktop.
Save behreajj/b946c6802696e78ad1714999874e58db to your computer and use it in GitHub Desktop.
Color Gradients 2-8
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