ledfx
    Preparing search index...

    Interface PowerEffectConfig

    Specific configuration for the 'power' effect.

    interface PowerEffectConfig {
        bass_decay_rate?: number;
        blur?: number;
        mirror?: boolean;
        sparks_color?: string;
        sparks_decay_rate?: number;
        type: "power";
    }
    Index

    Properties

    bass_decay_rate?: number

    Bass decay rate. Higher -> decays faster.

    0.05
    

    0

    1

    blur?: number

    Amount to blur the effect

    0.0
    

    0.0

    10

    mirror?: boolean

    Mirror the effect

    True
    
    sparks_color?: string

    Flash on percussive hits

    '#ffffff'
    
    sparks_decay_rate?: number

    Sparks decay rate. Higher -> decays faster.

    0.15
    

    0

    1

    type: "power"