interface RenderedEffectSourceData {
    animation: object;
    color: number;
    seed: number;
    preview: boolean;
}

Properties

animation: object

An animation configuration for the source

color: number

A color applied to the rendered effect

seed: number

An integer seed to synchronize (or de-synchronize) animations

preview: boolean

Is this source a temporary preview?