Hey, I'm a little confused when it comes to editing the colors of effects.
Say I want a color that is RGB 167 92 250
How would I translate that to these formats?
Effect file:
Red(?, ?, ?);
Green(?, ?, ?);
Blue(?, ?, ?);
Alpha(?, ?, ?);
odf files:
LightColor = "? ? ? ?"
Light Color help
Moderator: Moderators
-
theITfactor
- Chief Warrant Officer

- Posts: 327
- Joined: Wed Jun 28, 2006 12:56 pm
- Projects :: The Pwnfest and Games Complex
- xbox live or psn: You and I Know
- Location: The Old Republic
- Contact:
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: Light Color help
In and odf, just
The last number is the alpha.LightColor = "167, 92, 250, 150"
