get a color name from hex in .Net core (without using System.Drawing.Color) C# -


i trying fetch color name hex application system.drawing.color not available in .netcore can suggest alternative solution api?

i tried magickimage lib , rturns hex code string not vice versa

i want : string colorname = getcolorname("#8090a6");

you need update .net core 2.0 (it came out general release week). includes system.drawing.color in it.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -