Page 1 of 1

unit's color; how to change it

Posted: Sat Dec 13, 2014 8:58 am
by iberunivers
hi, i saw we can select color for every unit but what is the red component ?[&:]

RE: unit's color; how to change it

Posted: Sat Dec 13, 2014 9:16 am
by morvael
You can try to select a color you like here: http://www.colorpicker.com/
and copy R value as red, G as green and B as blue.

RE: unit's color; how to change it

Posted: Sat Dec 13, 2014 9:17 am
by morvael
Each component is a value between 0 and 255, and the combination of these three gives you a color (though 0,0,0 which means black actually tells the game to use default color).