Skip to content

Instantly share code, notes, and snippets.

@KaiWedekind
Last active September 4, 2018 18:41
Show Gist options
  • Save KaiWedekind/f2c7150bd80bea4f092068e69cdaf127 to your computer and use it in GitHub Desktop.
Save KaiWedekind/f2c7150bd80bea4f092068e69cdaf127 to your computer and use it in GitHub Desktop.
[
{ "input": { "r": "0.00", "g": "0.00", "b": "0.00" }, "output": { "white": 1 } },
{ "input": { "r": "0.85", "g": "0.88", "b": "0.56" }, "output": { "black": 1 } },
{ "input": { "r": "0.33", "g": "0.35", "b": "0.84" }, "output": { "white": 1 } },
{ "input": { "r": "0.00", "g": "0.99", "b": "1.00" }, "output": { "black": 1 } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment