Uhh, forgive me if I am an idiot, but...how does one run this program?

I extracted the contents to a folder and double-clicked the .bat file. Nothing happened. Could you give some directions on how to use this program for those of us who are idiots with programing?
As for the color, I think I can answer that:
IIRC there are 4 numbers in the color array:
[0,0,0,0]
The first three are ratios of Red, Green, and Blue. The 4th number is the transparency setting
The colors are ratios of each other. Values of 1,1,1 would yield white, as would .1,.1,.1. Now, I would assume that .1,.1,.1 would be darker than 1,1,1, but I am not too sure about that. 1,0,0 would yield Red, 0,1,0 would yield Green, 0,0,1 would yield Blue.
The fourth digit, as I said earlier, defines the transparency. I don't know how the scale goes, if 1 is transparent or if 0 is transparent. It's either one or the other

, with decimals being different levels of transparency
I hope that clears it up some.
-Student Pilot