Skip to content

Instantly share code, notes, and snippets.

@antidis
Created March 16, 2014 13:38
Show Gist options
  • Save antidis/9583376 to your computer and use it in GitHub Desktop.
Save antidis/9583376 to your computer and use it in GitHub Desktop.
Color name:
Length of string (byte)
+ Name of color (string)
+ '86'
White:
94 84 - 01 2B - color_name
Red:
94 84 - 93 97 01 98 - 01 00 00 01 - 86 84 96 9A - color_name
Green:
94 84 - 93 97 01 98 - 00 01 00 01 - 86 84 96 9A - color_name
50% Black (0,0,0,0.5)
94 84 - 93 97 01 98 - 00 00 00 83, 00 00 00 3F - 86 84 96 9A - color_name
(128,128,128,1)
94 84 - 93 97 01 98 - 83 81 80 00 3F, 83 81 80 00 3F, 83 81 80 00 3F, 01 - 86 84 96 9A - color_name
(0, 16, 196)
94 84 - 93 97 01 98 - 00, 83 81 80 80 3D, 83 C5 C4 44 3F, 01 - 86 84 96 9A - color_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment