fade speed -- what does it mean?
If a fade speed of 255 causes colors to change "instantly",
and 1 is the slowest fade speed, then what value do I use
for the fade speed if I want a script to take 5-seconds to
fade from one primary color (say Red) to another (say Blue)?
Thanks!
-Rusty-
and 1 is the slowest fade speed, then what value do I use
for the fade speed if I want a script to take 5-seconds to
fade from one primary color (say Red) to another (say Blue)?
Thanks!
-Rusty-
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I'm sure you know the answer to this by now, Fe2o3Fish, but I thought I'd add a reply in case someone else has this question. You set the number of ticks it takes for the script to run:
{ script_ticks, {'c', 0xff, 0x00, 0x00}}
A tick is 1/30 of a second, so a script_tick value of 150 would make it fade over 5 seconds.
As an aside, if you set the ticks above about 240 (I haven't taken the time to narrow it down exactly), the script lines seem to start stepping over one another and creating unexpected fade speeds.
1 person says
this answers the question
Loading Profile...



