Last active
February 5, 2018 20:36
-
-
Save adamgross/5a0392a7d7485447b70fffd5a0d73e98 to your computer and use it in GitHub Desktop.
image-api-color-results
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
"dominantColors": { | |
"colors": [ | |
{ | |
"color": { | |
"red": 224, | |
"green": 197, | |
"blue": 136 | |
}, | |
"score": 0.22920254, | |
"pixelFraction": 0.032422893 | |
}, | |
{ | |
"color": { | |
"red": 78, | |
"green": 46, | |
"blue": 21 | |
}, | |
"score": 0.11903816, | |
"pixelFraction": 0.07255667 | |
}, | |
{ | |
"color": { | |
"red": 102, | |
"green": 65, | |
"blue": 28 | |
}, | |
"score": 0.07953877, | |
"pixelFraction": 0.028335191 | |
}, | |
{ | |
"color": { | |
"red": 217, | |
"green": 230, | |
"blue": 222 | |
}, | |
"score": 0.07253089, | |
"pixelFraction": 0.25947604 | |
}, | |
{ | |
"color": { | |
"red": 61, | |
"green": 44, | |
"blue": 22 | |
}, | |
"score": 0.096893914, | |
"pixelFraction": 0.084169455 | |
}, | |
{ | |
"color": { | |
"red": 169, | |
"green": 55, | |
"blue": 3 | |
}, | |
"score": 0.0009625929, | |
"pixelFraction": 0.000092902264 | |
}, | |
{ | |
"color": { | |
"red": 213, | |
"green": 200, | |
"blue": 165 | |
}, | |
"score": 0.07739751, | |
"pixelFraction": 0.020624302 | |
}, | |
{ | |
"color": { | |
"red": 91, | |
"green": 54, | |
"blue": 20 | |
}, | |
"score": 0.047918867, | |
"pixelFraction": 0.018580453 | |
}, | |
{ | |
"color": { | |
"red": 41, | |
"green": 27, | |
"blue": 8 | |
}, | |
"score": 0.038730852, | |
"pixelFraction": 0.036789298 | |
}, | |
{ | |
"color": { | |
"red": 227, | |
"green": 196, | |
"blue": 114 | |
}, | |
"score": 0.029308539, | |
"pixelFraction": 0.002787068 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment