glovemaster
07-22-2007, 11:25 AM
3 Byte RGB code calculator (http://www.theglovemaster.co.uk/mods/tools/RGBCalculator/RGBCalculator.zip)
This tool will calculate the code for the colour that you put in the sun fog values in the ARE file and the "tweakcolor" values in the GIT file. There might be a few more places, but thats only where i have needed to use them.
Click on the big title to download ^.
v1.7
Added a "Colour Select" feature that opens up the Windows ColourDialog form.
v1.4
Added an "About" Window, just to improve my programming skills, and added shortkeys to the menu items.
v1.3
Changed the Program completely and added an interface using C# (C-Sharp) for which i have to thank MagnusLL
for suggesting that i change from C++ which is alot more difficult for interfaces.
v1.2
Removed the alert window because it was pretty annoying, added checks to make sure your R,G and B values are correct.
v1.1
Added alert window and cropped code that was longer than it needed to be from the application.Comments to the source code added for those who are interested how it works ;)
Any suggestions are welcome.
A few basic colour codes:
White: 16777215
Red: 255
Green: 65280
Blue: 16711680
This tool will calculate the code for the colour that you put in the sun fog values in the ARE file and the "tweakcolor" values in the GIT file. There might be a few more places, but thats only where i have needed to use them.
Click on the big title to download ^.
v1.7
Added a "Colour Select" feature that opens up the Windows ColourDialog form.
v1.4
Added an "About" Window, just to improve my programming skills, and added shortkeys to the menu items.
v1.3
Changed the Program completely and added an interface using C# (C-Sharp) for which i have to thank MagnusLL
for suggesting that i change from C++ which is alot more difficult for interfaces.
v1.2
Removed the alert window because it was pretty annoying, added checks to make sure your R,G and B values are correct.
v1.1
Added alert window and cropped code that was longer than it needed to be from the application.Comments to the source code added for those who are interested how it works ;)
Any suggestions are welcome.
A few basic colour codes:
White: 16777215
Red: 255
Green: 65280
Blue: 16711680