C # color conversion

Html Huzhuan:

string c1 = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.Red);

 

System.Drawing.Color c2 = System.Drawing.ColorTranslator.FromHtml("#ff0000");

Guess you like

Origin www.cnblogs.com/LCLBook/p/11236490.html