Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Custom color in c#?

In Visual Studio, please suggest how to make custom color for a control and add it to property-> backColor Section.?

Image

like image 507
yogeshkmrsoni01 Avatar asked Jan 11 '23 06:01

yogeshkmrsoni01


1 Answers

You can type a comma separated RGB value into the BackColor value in the property grid, eg:

150, 250, 70

like image 146
Weyland Yutani Avatar answered Jan 16 '23 19:01

Weyland Yutani