Created
March 2, 2020 17:36
-
-
Save karbassi/a31436a629e6d22effee837984e70184 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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