Hi,
How to apply RGB Color combination to any control forecolor or background colour. Is there any direct method is available for this
Hi,
How to apply RGB Color combination to any control forecolor or background colour. Is there any direct method is available for this
RGB Color Combination
JDeas
int red = 50;
int green = 50;
int blue = 50;
control.BackColor = Color.FromArgb( red, green, blue );