Created
November 26, 2018 01:07
-
-
Save mattgaidica/0f56fd6f45a3c1abfebe7c2740dfa435 to your computer and use it in GitHub Desktop.
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
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