Menu

Gradient

MeduZaPaT

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"
    />

Related

Wiki: Animations

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.