Fixious Test Lead Dec 4, 2012 #1 What are the color codes for Legions? For instance, what if I want blue fog? What would this have to be changed to: fogColor = "0.564706 0.545098 0.643137 1";
What are the color codes for Legions? For instance, what if I want blue fog? What would this have to be changed to: fogColor = "0.564706 0.545098 0.643137 1";
57thEnryu Member Dec 4, 2012 #2 Fixious said: What are the color codes for Legions? For instance, what if I want blue fog? What would this have to be changed to: fogColor = "0.564706 0.545098 0.643137 1"; Click to expand... Think that's rgba, except the rgb is in % form. So blue would be like 0 0 1 1 thats from a quick glance, leme go mess around with a file and get back to you EDIT: Confirmed
Fixious said: What are the color codes for Legions? For instance, what if I want blue fog? What would this have to be changed to: fogColor = "0.564706 0.545098 0.643137 1"; Click to expand... Think that's rgba, except the rgb is in % form. So blue would be like 0 0 1 1 thats from a quick glance, leme go mess around with a file and get back to you EDIT: Confirmed