my c# book doesnt explain things too well
it lets me use this drawing function:
g.FillEllipse(Brushes.Blue, new RectangleF(e.X - 24, e.Y - 24, 48, 48));
what I would like to do is change "Blue" to whatever value I have in a variable which was chosen by the user. the book I have doesnt give me the code for it,
any help would be appreciated, thxs