RGB Problems

First let me outline the problem I'm having. I want to be able to draw a line on my screen, and specify the RGB color of the line. But the RGB function returns an integer, not a colour. And I can't find a conversion function. Can anyone help


Answer this question

RGB Problems

  • Plop

    Check out the Color.FromArgb method instead.



  • hetnet

    Yay! It worked!!! Thank you so much

  • RGB Problems