, Winforms. System.Drawing.ColorConverter, TypeConverter for Color. ConvertTo():
member = typeof(Color).GetMethod("FromArgb", new Type[] { typeof(int), typeof(int), typeof(int) });
arguments = new object[] { color2.R, color2.G, color2.B };
R, G B . (byte) cast . , FromArgb() , (int) cast.
, . , .