ledfx
    Preparing search index...

    Interface RealStrobeEffectConfig

    Specific configuration for the 'real_strobe' effect.

    interface RealStrobeEffectConfig {
        bass_strobe_decay_rate?: number;
        color_shift_delay?: number;
        color_step?: number;
        gradient?: string;
        strobe_color?: string;
        strobe_decay_rate?: number;
        strobe_width?: number;
        type: "real_strobe";
    }
    Index

    Properties

    bass_strobe_decay_rate?: number

    Bass strobe decay rate. Higher -> decays faster.

    0.5
    

    0

    1

    color_shift_delay?: number

    color shift delay for percussive strobes. Lower -> more shifts

    1
    

    0

    1

    color_step?: number

    Amount of color change per bass strobe

    0.0625
    

    0

    0.25

    gradient?: string

    Color scheme for bass strobe to cycle through

    'Dancefloor'
    
    strobe_color?: string

    color for percussive strobes

    '#FFFFFF'
    
    strobe_decay_rate?: number

    Percussive strobe decay rate. Higher -> decays faster.

    0.5
    

    0

    1

    strobe_width?: number

    Percussive strobe width, in pixels

    10
    

    0

    1000

    type: "real_strobe"