You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I notice you provide the usual rgb,hsl endpoints and also supply the English descriptive name of the color - wondering if lookup could occur from that
The text was updated successfully, but these errors were encountered:
So, the reason I haven't implemented lookup-by-word is because the caller would have to send the same word that matches the source data. With rgb/hsl/etc., they are numerical values, which means they lie on a range, which means that if the caller supplies something not exactly the same as the data, we can still resolve to a known value by searching the range for adjacent data/values. With words, it's a lot tougher because words aren't so easily 'near' each other. :)
Do you mean that the handler would perform a semantic analysis against the provided string and try to map that to color words? I think that might have a very low hit-rate...
Hi! I notice you provide the usual rgb,hsl endpoints and also supply the English descriptive name of the color - wondering if lookup could occur from that
The text was updated successfully, but these errors were encountered: