Skip to content

Instantly share code, notes, and snippets.

@acanalesg
Created November 22, 2013 13:02
Show Gist options
  • Save acanalesg/7599509 to your computer and use it in GitHub Desktop.
Save acanalesg/7599509 to your computer and use it in GitHub Desktop.
Python color scale category
colors16 = [ [51, 102, 255, 0xff],
[102, 51, 255, 0xff],
[204, 51, 255, 0xff],
[255, 51, 204, 0xff],
[255, 51, 102, 0xff],
[255, 102, 51, 0xff],
[255, 204, 51, 0xff],
[204, 255, 51, 0xff],
[102, 255, 51, 0xff],
[51, 255, 102, 0xff],
[51, 255, 204, 0xff],
[51, 204, 255, 0xff],
[0, 61, 245, 0xff],
[0, 46, 184, 0xff],
[245, 184, 0, 0xff],
[184, 138, 0, 0xff]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment