Hello!
Is there any effective way to convert list of RGB dynamo colors to nearest english color names?
Something like this: link
Hello!
Is there any effective way to convert list of RGB dynamo colors to nearest english color names?
Something like this: link
No Dynamo OOTB as far as I know, but a workaround might be doing a web request to this API? http://www.thecolorapi.com/
JsonData package is used to parse the json response and get the name.value
nested property.
Thank you!