Skip to content

Instantly share code, notes, and snippets.

@bplexico
Created August 16, 2013 13:53
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 bplexico/6250153 to your computer and use it in GitHub Desktop.
Save bplexico/6250153 to your computer and use it in GitHub Desktop.
original line to transform a three character string into a six character string
generated_color = (color[0] * 2) + (color[1] * 2) + (color[2] * 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment