Skip to content

Instantly share code, notes, and snippets.

@mattgaidica
Created November 26, 2018 01:07
Show Gist options
  • Save mattgaidica/0f56fd6f45a3c1abfebe7c2740dfa435 to your computer and use it in GitHub Desktop.
Save mattgaidica/0f56fd6f45a3c1abfebe7c2740dfa435 to your computer and use it in GitHub Desktop.
def shift_hsv(startHue,nColors,ii)
((360 * (ii - 1)/nColors) + startHue) % 360
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment