Page 1 of 1

Light Color help

Posted: Thu Jan 24, 2008 6:51 pm
by theITfactor
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 = "? ? ? ?"

Re: Light Color help

Posted: Thu Jan 24, 2008 10:06 pm
by Caleb1117
In and odf, just
LightColor = "167, 92, 250, 150"
The last number is the alpha.