ledfx
    Preparing search index...

    Interface BladePowerPlusEffectConfig

    Specific configuration for the 'blade_power_plus' effect.

    interface BladePowerPlusEffectConfig {
        background_color?: string;
        blur?: number;
        decay?: number;
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        mirror?: boolean;
        multiplier?: number;
        type: "blade_power_plus";
    }
    Index

    Properties

    background_color?: string

    Color of Background

    '#000000'
    
    blur?: number

    Amount to blur the effect

    2
    

    0.0

    10

    decay?: number

    Rate of color decay

    0.7
    

    0

    1

    frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High"

    Frequency range for the beat detection

    'Lows (beat+bass)'
    
    mirror?: boolean

    Mirror the effect

    False
    
    multiplier?: number

    Make the reactive bar bigger/smaller

    0.5
    

    0.0

    1.0

    type: "blade_power_plus"