ledfx
    Preparing search index...

    Interface ScrollEffectConfig

    Specific configuration for the 'scroll' effect.

    interface ScrollEffectConfig {
        blur?: number;
        color_high?: string;
        color_lows?: string;
        color_mids?: string;
        decay?: number;
        mirror?: boolean;
        speed?: number;
        threshold?: number;
        type: "scroll";
    }
    Index

    Properties

    blur?: number

    Amount to blur the effect

    3.0
    

    0.0

    10

    color_high?: string

    Color of high sounds

    '#0000FF'
    
    color_lows?: string

    Color of low, bassy sounds

    '#FF0000'
    
    color_mids?: string

    Color of midrange sounds

    '#00FF00'
    
    decay?: number

    Decay rate of the scroll

    0.97
    

    0.8

    1.0

    mirror?: boolean

    Mirror the effect

    True
    
    speed?: number

    Speed of the effect

    3
    

    1

    10

    threshold?: number

    Cutoff for quiet sounds. Higher -> only loud sounds are detected

    0.0
    

    0

    1

    type: "scroll"