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

View File

@@ -0,0 +1,10 @@
{
"name" : "Cinema dim lights",
"script" : "fade.py",
"args" :
{
"fade-time" : 5.0,
"color-start" : [ 238, 173, 47 ],
"color-end" : [ 136, 97, 7 ]
}
}