Overview
How to manualy change company color as you desired 🙂
Intro
This very short guide will help you manually change company color.
Tools 🙂
First:
Find your config file (same as for changin logos). Your file should be in folder:
look for file:
Inside file you will change data in this section:
Second:
RGB conventer. I found one from UNITY users. Here’s link:
Color Calculator[www.easyrgb.com]
Third:
RGB color codes. I’m usin site like this one:
Color paletes[www.color-hex.com]
Changing company color
When you have your chosen color write down it RGB code. Ex. for color #80ACAA code is:
R 128, G 172, B 170.
Now you need to put code into color calculator.[www.easyrgb.com] Look for row:
Insert your color data here… Data #1 #2 #3
#1 – is for R[ed]
#2 – is for G[reen]
#3 – is for B[lue]
then push the button Start —>
After that program will calculate color code ready for UNITY 🙂
You need to write down/remember this part of results:
Calculated code you need to put into cfg.xlm file. In our example:
0.50196 – is for section <r> </r> – R[ed]
0.67451 – is for section <g> </g> – G[reen]
0.66667 – is for section <b> </b> – B[lue]
Save file and enjoy your brand new company colors: