weasel API - v0.8.0
    Preparing search index...

    Interface CycleVertexColorsOptions

    interface CycleVertexColorsOptions {
        channel: VertexColorChannel;
        direction?: 1 | -1;
        easing?: EasingFn;
        id: string;
        interpolate?: ColorInterpolate;
        interpolation?: ColorSpace;
        msPerCycle: number;
    }
    Index

    Properties

    direction?: 1 | -1
    easing?: EasingFn
    id: string
    interpolate?: ColorInterpolate

    Custom interpolator. Receives two RGBA arrays in 0..1 floats and a progress t in 0..1; returns the blended array in 0..1 floats.

    interpolation?: ColorSpace
    msPerCycle: number