Answer the question
In order to leave comments, you need to log in
What's the deal with flowers?
The color is not white, but for some reason it is white.
The code:
Background.color = new Color(11, 72, 207);
Answer the question
In order to leave comments, you need to log in
There is a Color and there is a Color32
For Color the values must be from 0 to 1
For Color32 the values must be from 0 to 255
Color c1 = new Color(.5f, .5f,. 5f);
Color32 c2 = new Color32(11,72,207, 255)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question