Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active May 23, 2020 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pointofpresence/8b0ced90e45e71ca993d65087bdd2ffe to your computer and use it in GitHub Desktop.
Save pointofpresence/8b0ced90e45e71ca993d65087bdd2ffe to your computer and use it in GitHub Desktop.
color1 -> newcolor -> color2
newcolor.H = (color1.H + color2.H) / 2
newcolor.S = (color1.S + color2.S) / 2
newcolor.V = (color1.V + color2.V) / 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment