Allow random mood blobs color, set mood-blobs-full to random

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
This commit is contained in:
Peter Fern
2016-05-09 19:19:52 +10:00
parent a0b81e9d4c
commit 3ba86a1253
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"args" :
{
"rotationTime" : 60.0,
"color" : [0,0,255],
"colorRandom" : true,
"hueChange" : 30.0,
"blobs" : 5,
"reverse" : false,