|
|
|
|
|
by prknight
5372 days ago
|
|
Well this is funny and cool to see, I spent the better part of Sunday playing with the name that color script (http://chir.ag/projects/ntc/) and jPicker and I compiled a larger color list for it using a couple additional sources. That particular script's color list only requires the name and hex value of the color which is a little more compact. I don't see any other major differences though. It's handy to know that the Wikipedia list has duplicate values for different names (Chestnut Rose = Indian Red for example), looks like your script just grabs the first match it finds. I was wondering what to do with darker colors as they are less represented in terms of color names. So, when you pick a random darkish color the accuracy reduces because there are less names to choose from. I was thinking perhaps the best solution would be in these cases to extrapolate a lighter variation of the picked color and display that color with a measure of its darkness (30% darker purple). Right now, if you pick a color like #291c36 you'll get dark jungle green when it's a dark purple. Any thoughts on tackling that problem? |
|
Your proposed solution looks to be a mix of changing the color space and the metric. Maybe we could use HSL/HSV with a metric that reduces the weight of some component. It could therefore consider less the fact that the three components are high/low, but focus on the "real" color side.