Gradient
This Actor will create a nice degradee of colors
Parameters
This actor requires these parameters: colors and mode
- **colors** A comma separated list of two or more colors
- **tones** The number of tones between two colors.
- **mode** This actor has three modes All, Sequential, and Cyclic:
- **All**: This mode will tint all elements on the group with the same color.
- **Sequential**: This mode will draw a smooth degradee of colors throw the group.
- **Cyclic**: Similar to Sequential, but the last element will continue the first.
Example
<actor
type="Gradient"
group="group name"
colors="Red,Green,Blue"
tones="6"
mode="Cyclic"
speed="Normal"
filter="Normal"
direction="Forward"
/>