Answers for "default color unity"

C#
7

new color unity

Color color = new Color(red,green,blue,alpha)//Alpha 0 is transparent
Posted by: Guest on November-14-2020
0

new color unity

new Color(0, 37/255f, 254/255f);
Posted by: Guest on March-27-2022

C# Answers by Framework

Browse Popular Code Answers by Language