Converts a color object to its corresponding name based on the provided color dictionary.
The color object to be converted.
The dictionary containing color names and their corresponding RGB color objects.
The name of the closest matching color in the dictionary, or undefined if no match is found.
Generated using TypeDoc
Converts a color object to its corresponding name based on the provided color dictionary.