Reputation: 1129
I am still having issues understanding how to use the RGB colour wheel and get specific non-standard colours to display. I understand that if i want my control "goaltracker" to be the standard blue, the proper code is:
GoalTracker.BackColor = RGB(255, 0, 255)
I can do the same for Yellow, green, ect ect. But what i dont understand still is how to get the non standard colours. Is there a table or some type of methodology to use?
Thanks.
Upvotes: 0
Views: 5520
Reputation: 800
There is a table here you can use to find the RGB values of various colors.
http://gucky.uni-muenster.de/cgi-bin/rgbtab-en
Upvotes: 1