HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Text color program

08-18-2002, 12:12 AM#1
Magos
You can get it at my homepage:

http://www20.brinkster.com/magos818/

Specific link for lazy people :):
http://www20.brinkster.com/magos818/...war3color.html
08-18-2002, 12:39 AM#2
Myran
You might wanna check out my program.. here
Its not very good to make a longer, single colored text string with my program since it colors each letter seperatley, but its still the only program ive seen that can make text fade between two colors...
08-18-2002, 12:38 PM#3
Magos
I tried it. It's nice for fading, but inconvenient for one-colored strings, like you said.
There is one problem though, if you fade between color 1 and color 2, color 2 will never appear, only a color that is close to color 2.

Example of "Hello", faded from green (00 FF 00) to red (FF 00 00)

|c0000ff00H|r
|c0033cc00e|r
|c00669900l|r
|c00996600l|r
|c00cc3300o|r

As you see, the final color isn't FF 00 00, but CC 33 00

Just though you'd like to know ;)
08-18-2002, 09:12 PM#4
Myran
It really shouldnt be used for one color strings..
Yeah, i know, i do actually have a version that does guarantee that the ending color is the one specified, but that has some really freaky bug wich i havent bothered to fix yet.. The longer the string, the closer to the ending color it gets, i dont think its possible to actually possible to get the ending color specified unless adding a few spaces after the string.. :)