Skip to content

Instantly share code, notes, and snippets.

@mikesimons
Created February 17, 2011 11:07
Show Gist options
  • Save mikesimons/831510 to your computer and use it in GitHub Desktop.
Save mikesimons/831510 to your computer and use it in GitHub Desktop.
h = 0 if h < 0
h = 360 if h > 360
s = 0 if s < 0
s = 1.0 if s > 1.0
v = 0 if v < 0
v = 1.0 if v > 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment