Does anyone know a way to change color codes to color names? I have an XML with color codes:
I need: #FFFFFF to replace to White and #000000 to Black etc.
If you know a script, batch, C# program or anyway to this it ill be greatly appreciated
Thanks 🙂
Here is a method which will retrieve the name or the RGB value if none is found:
An update which uses a nicer search mode: