Filler
This actor type will create an animation that will fill the group with a color.
Parameters
This actor only two parameters: color and mode
Color: will tint the animation in that color.
Mode: Defines in what way the board will fill.
- **Normal**: Will fill from point A to point B and then will start turning the lights off from A to B.
- **Random**: Will turn lights on in a random pattern until the board is full, and then will turn them off randomly and start over.
Using the parameter direction, you can change the effect in the following way:
- *Forward:* Will turn the LEDs from the first element until the last and start over.
- *Backward:* Same as Forward, but on the opposite direction.
- *ForwardBouncing:* will turn the lights from the first element until the last, and then bounce back to the first and start over.
- *BackwardBouncing:* Same as ForwardBouncing, but on the opposite direction.
Example
<actor
type="Filler"
group="Example Group"
color="Gold"
speed="Fast"
filter="Combine"
direction="Forward"
mode="Normal"
/>