Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

backcolor c# hexadecimal

 using System.Drawing;

Color col = ColorTranslator.FromHtml("#FFCC66");
btn_1.BackColor = col;
Comment

backcolor c# hexadecimal


using System.Windows.Media;

Color color = (Color)ColorConverter.ConvertFromString("#FFDFD991");

Comment

PREVIOUS NEXT
Code Example
Csharp :: c# quit 
Csharp :: Unity Rotate around the real center 
Csharp :: c# double value with 2 decimal places 
Csharp :: get apps execution path with app name c# 
Csharp :: get type of exception c# 
Csharp :: unity open website url 
Csharp :: c# copy list without reference 
Csharp :: unity if or 
Csharp :: unity get direction from one point to another 
Csharp :: axwmp balance c# 
Csharp :: how to usefor loop in c# 
Csharp :: unity destroy object on collision 
Csharp :: Use tuple to swap values c# 
Csharp :: unity c# class addition syntax 
Csharp :: c# wirite to csv 
Csharp :: animations for pause menu 
Csharp :: how to change scenes in unity 
Csharp :: game object set exact position unity 
Csharp :: c# serialize to xml 
Csharp :: binding command to event wpf 
Csharp :: c# get bits from float 
Csharp :: how to parse a string to an integer c# 
Csharp :: console writeline unity c# 
Csharp :: convert string to short c# 
Csharp :: how to reference function in unity 
Csharp :: c# read from file 
Csharp :: c# int to hex 
Csharp :: remove first character in a string c# 
Csharp :: c# multiple catch exceptions 
Csharp :: void to action c# 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =