How can you assign an RGB color to a System.Drawing.Color object?

Q

How can you assign an RGB color to a System.Drawing.Color object?

✍: Guest

A

Call the static method FromArgb of this class and pass it the RGB values.

2013-11-22, 1610👍, 0💬