mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
3ba86a1253
Small change to allow a random start hue for mood blobs - adds a bit of spice instead of starting at the same color every time. Former-commit-id: 2b5a0250b95ac5632661d3b8fce3c1567f5daaa3
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name" : "Full color mood blobs",
|
|
"script" : "mood-blobs.py",
|
|
"args" :
|
|
{
|
|
"rotationTime" : 60.0,
|
|
"colorRandom" : true,
|
|
"hueChange" : 30.0,
|
|
"blobs" : 5,
|
|
"reverse" : false,
|
|
"baseChange" : true,
|
|
"baseColorRangeLeft" : 0,
|
|
"baseColorRangeRight" : 360,
|
|
"baseColorChangeRate" : 0.2
|
|
}
|
|
}
|