Esempio n. 1
0
 private static string FormatColor(ColorBgra color)
 {
     return(color.ToHexString());
 }