Skip to content

Instantly share code, notes, and snippets.

@karbassi
Created March 2, 2020 17:36
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 karbassi/a31436a629e6d22effee837984e70184 to your computer and use it in GitHub Desktop.
Save karbassi/a31436a629e6d22effee837984e70184 to your computer and use it in GitHub Desktop.
[
{
"input": {
"r": 1.00,
"g": 0.65,
"b": 0.00
},
"output": {
"orange": 1
}
},
{
"input": {
"r": 0.00,
"g": 0.54,
"b": 0.00
},
"output": {
"green": 1
}
},
{
"input": {
"r": 0.60,
"g": 1.00,
"b": 0.50
},
"output": {
"green": 1
}
},
{
"input": {
"r": 0.67,
"g": 0.00,
"b": 1.00
},
"output": {
"purple": 1
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment