ledfx
    Preparing search index...

    Interface EnergyEffectConfig

    Specific configuration for the 'energy' effect.

    interface EnergyEffectConfig {
        blur?: number;
        color_cycler?: boolean;
        color_high?: string;
        color_lows?: string;
        color_mids?: string;
        mirror?: boolean;
        mixing_mode?: "additive" | "overlap";
        sensitivity?: number;
        type: "energy";
    }
    Index

    Properties

    blur?: number

    Amount to blur the effect

    4.0
    

    0.0

    10

    color_cycler?: boolean

    Change colors in time with the beat

    False
    
    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'
    
    mirror?: boolean

    Mirror the effect

    True
    
    mixing_mode?: "additive" | "overlap"

    Mode of combining each frequencies' colors

    'additive'
    
    sensitivity?: number

    Responsiveness to changes in sound

    0.6
    

    0.3

    0.99

    type: "energy"