Quote:
Originally Posted by spleen1015
|
Bad link spleen.
I searched it though, and found what you meant. I had actually read that, actually skimmed it, and didn't notice it because it's under the "Naming and placing the team logos" heading.
Got it though, thanks
For future readers ....
Correct link ...
http://www.ootpdevelopments.com/boar...d.php?t=142914
In a nutshell ...
Quote:
|
Originally Posted by Icy
Cannibals_000000_FFFFFF_sometext.png. (using HTML HEX code conventions)
In this case, the team background color will be R = 00, G = 00, B = 00 (Black). The team text color will be R=FF, G=FF, B=FF (White). And the "sometext" will be ignored.
Cannibals_0000000_255255255_sometext.png. (using RGB code conventions)
In this case, the team background color will be R = 000, G = 000, B = 000 (Black) (RGB as in Red/Green/Blue is a color code used by many imaging programs). The team text color will be R=255, G=255, B=255 (White). And the "sometext" will be ignored.
|