Ejemplo n.º 1
0
 public static Color64 FromRgb32(int rgb) => new Color64(Color32.FromRgb(rgb));