QLCOLOR

Written by Jim Lowell - jlowell@visi.com

This program lets you use RGB sliders to come up with a
color and then gives you the proper string to use with
a "_color" tag in Quake2. Click the lightbulb to bring up
the color dialog. When you have the color you want,
click OK. The dialog will close and the string you want
will come up in an input box. The input box is just so
you can cut the string to the clipboard and paste it into
whichever editor you're using.

For example, if you made pure red, you would get back a
string that looks like this:

1.000000 0.000000 0.000000

which you could add to a "light" entity so that it would
look like this:

"classname" "light"
"origin" "0 0 0"
"_color" "1.000000 0.000000 0.000000"

You can select "Always On Top" from the edit menu so that
the program will run on top of your editor.

Please report suggestions or bugs to me at jlowell@visi.com

Jim Lowell

LICENSE INFORMATION

Use this anywhere and distribute it anywhere over the net you
like, just don't ever sell it or take money for it in ANY way
whatsoever.

REVISION HISTORY

1/1/98 - Version 1.0 released

1/2/98 - Version 1.1 released
          * New button to bring up Windows color selection
            dialog for selecting colors.
            
          * New edit menu option to "retain color setting".
            Checking it makes the window come up with
            whatever color was in it last time it closed.

          * Added revision history to text file. :)