W William Ryan eMVP Mar 3, 2004 #2 Tracey: Tracey said: How can I get the RGB value of Color.LightGray ? Thanks Click to expand... check out the Color.ToArgb method. Also, note that you can get the respective R, G and B values independent of each other.. http://msdn.microsoft.com/library/d...l/frlrfSystemDrawingColorClassToArgbTopic.asp HTH, Bill
Tracey: Tracey said: How can I get the RGB value of Color.LightGray ? Thanks Click to expand... check out the Color.ToArgb method. Also, note that you can get the respective R, G and B values independent of each other.. http://msdn.microsoft.com/library/d...l/frlrfSystemDrawingColorClassToArgbTopic.asp HTH, Bill