@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface RainbowColorEffect

    interface RainbowColorEffect {
        direction: ColorEffectDirection;
        frequency?: number;
        seed?: number;
        spread?: number;
        type: "rainbow";
    }
    Index
    frequency?: number
    seed?: number
    spread?: number
    type: "rainbow"