add fading effect like in a cinema. sped start and end color are selectable in json file

rename loop effects to more meaningfull names


Former-commit-id: bed033e19d7cb38b0d5f11313a9f927ac8121194
This commit is contained in:
redpanther
2016-01-24 08:10:36 +01:00
parent 2555c50710
commit e7c7e05f88
10 changed files with 119 additions and 51 deletions

8
effects/traces.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name" : "Color traces",
"script" : "traces.py",
"args" :
{
"speed" : 1.0
}
}