hey any idea way it only seems to choose absolute colors?
I can only choose red, blue, green, yellow, magenta, turquoise, black and white. nothing in between?
also if i assign the color to my objects material it looks full bright, while assigning the same color in the inspector is shaded?
here is it in a web player:
http://www.therottchilds.com/web.html
GUI color picker
I can only choose red, blue, green, yellow, magenta, turquoise, black and white. nothing in between?
also if i assign the color to my objects material it looks full bright, while assigning the same color in the inspector is shaded?
here is it in a web player:
http://www.therottchilds.com/web.html
Code (csharp):
- #pragma strict
- private var R:int;
- private var G:int;
- private var B:int;
- private var...