ledfx
    Preparing search index...

    Interface ScanAndFlareEffectConfig

    Specific configuration for the 'scan_and_flare' effect.

    interface ScanAndFlareEffectConfig {
        blur?: number;
        bounce?: boolean;
        color_intensity?: boolean;
        color_scan?: string;
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        mirror?: boolean;
        multiplier?: number;
        scan_width?: number;
        sparkles_max?: number;
        sparkles_size?: number;
        sparkles_threshold?: number;
        sparkles_time?: number;
        speed?: number;
        type: "scan_and_flare";
        use_grad?: boolean;
    }
    Index

    Properties

    blur?: number

    Amount to blur the effect

    3.0
    

    0.0

    10

    bounce?: boolean

    bounce the scan

    True
    
    color_intensity?: boolean

    Adjust color intensity based on audio power

    True
    
    color_scan?: string

    Color of scan

    '#FF0000'
    
    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

    Speed impact multiplier

    3.0
    

    0.0

    5.0

    scan_width?: number

    Width of scan eye in %

    30
    

    1

    100

    sparkles_max?: number

    max number of sparkles

    10
    

    1

    20

    sparkles_size?: number

    of scan size

    0.1
    

    0.01

    0.3

    sparkles_threshold?: number

    level to trigger

    0.6
    

    0.1

    0.9

    sparkles_time?: number

    secs to die off

    1.0
    

    0.01

    2

    speed?: number

    Scan base % per second

    50
    

    0

    100

    type: "scan_and_flare"
    use_grad?: boolean

    Use colors from gradient selector

    False