I program movement of XONIX
view through an array of parameters and coordinates
and main thing is that it is unclear: how to set colors
avoiding names of colors like "Red"?
Now
dav.DrawEllipse(new Pen(Color.Red, 12),x,y[i],f[i],f[i]);
As less than
dav.DrawEllipse(new...