Code:
PictureBox1.BackColor = New BackColor(RGB(TextBox1.Text, TextBox2.Text, TextBox3.Text))
I've tried a lot of different ways, and this one is the closest, but it gives the error "Type 'BackColor' is not defined" for "New BackColor(RGB"