hyperion.ng/effects/trails_color.json
jonudewux 8ed8823033 Trails effect (#346)
* Create trails.py

* Create trails.json

* Create trails_color.json
2016-12-24 09:34:14 +01:00

15 lines
257 B
JSON

{
"name" : "trails_color",
"script" : "trails.py",
"args" :
{
"min_len" : 2,
"max_len" : 6,
"height" : 8,
"trails": 16,
"speed" : 8.0,
"random" : true,
"color" : [255, 255, 255]
}
}