Hey guys, so i want to create an orange text color label, but it turns yellow.
I have this: Color newColor = new Color(255, 127, 0, 255); (i think this is the code for orange)
but it shows yellow for some reason. I used this color to:
public GUIStyle Style;
Style.normal.textcolor = newColor;
It worked for other custom colors but not for orange, what to do?
↧