1 |
You
can
use
color
charts
(
[url=http://www.
pagetutor.
com/common/bgcolors1536.
html]example[/url])
to
provide
a
list
of
colors
that
are
easy
to
distinguish.
Note
that
many
color
charts
use
things
like
#000000
and
#FFFFFF
while
the
local
color
file
I
mention
later
uses
(
0,
0,
0)
and
(
255,
255,
255)
.
If
this
confuses
you,
[url=http://en.
wikipedia.
org/wiki/Web_colors#HTML_color_names]there's
a
really
simple
list
of
examples
on
wikipedia[/url]
that
might
help.
If
you
are
still
confused,
let
me
know
and
I'll
try
to
explain
this.
|
1 |
You
can
use
color
charts
(
[url=http://www.
pagetutor.
com/common/bgcolors1536.
html]example[/url])
to
provide
a
list
of
colors
that
are
easy
to
distinguish.
|
2 |
\n
|
2 |
\n
|
3 |
[url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Configs/ZKTeamColors.lua]Here is a list of currently used colors[/url], you can either expand the list, or improve existing colors. To test your own colors you can create a LocalColors.lua file in the \Spring\LuaUI\Configs directory and make a list just like the example I linked.
|
3 |
[url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Configs/ZKTeamColors.lua]Here is a list of currently used colors[/url], you can either expand the list, or improve existing colors. To test your own colors you can create a LocalColors.lua file in the \Spring\LuaUI\Configs directory and make a list just like the example I linked.
|
|
|
4 |
\n
|
|
|
5 |
Note that many color charts use things like #000000 and #FFFFFF while the local color file I mentioned uses (0, 0, 0) and (255, 255, 255). If this confuses you, [url=http://en.wikipedia.org/wiki/Web_colors#HTML_color_names]there's a really simple list of examples on wikipedia[/url] that might help. If you are still confused, let me know and I'll try to explain this.
|