Author Topic: Weapon Colors  (Read 522 times)

What color code does this use? :0

   doColorShift = true;
   colorShiftColor = "1 1 0 1.000";

RGB. I think you do what MtnDew said. Go to a website and/or paint.net and get the RGB color. Then divide by 255 for Red, green and blue. The last one (I think) Is transparency.

RGB. I think you do what MtnDew said. Go to a website and/or paint.net and get the RGB color. Then divide by 255 for Red, green and blue. The last one (I think) Is transparency.
You sir, are correct.