0
I have a Winforms application and would like to use colors that are not in the presets of the object Color
, how could I do that ? By way of example:
How the code is found:
this.btnLogout.BackColor = System.Drawing.Color.Red;
Example of how I would like to set the color:
//this.btnLogout.BackColor = this.btnLogout.setBackColor("#8003ba" ou "rgb(128, 3, 186)");