Esempio n. 1
0
 public static Color FromSrgb(Color color)
 {
     return(Color4.FromSrgb(color));
 }