PDA

View Full Version : Help w/ colors on Energy Watch


cokeandrum
27-07-2007, 02:12 AM
Hi, I use Energy Watch and was wondering how to tweak color changes. I want the color to be orange, but cannot figure out how to do it w/ these three colors r="" g="" b="". I'm guessing they stand for red, green, blue. Any help on this would be appreciated ty.:grin:

Jumpy
27-07-2007, 06:21 PM
Orange = 1, .4, 0
red = 1
green = .4
blue = 0
frame:SetTextColor(1, .4, 0) -- orange