How do you change the color to blue in this line of a script:
new Color(1, 0, 0, 0.75f)
So that part makes the red color, but how would i make it blue? because I tried r
g
b
values and those didn’t work.
This is the color that I’m trying to get.
R: 1
G: 130
B: 255
A: 255
but in that script format.
![1]