ledfx
    Preparing search index...

    Interface Flame2dEffectConfig

    Specific configuration for the 'flame2d' effect.

    interface Flame2dEffectConfig {
        blur_amount?: number;
        high_band?: string;
        intensity?: number;
        low_band?: string;
        mid_band?: string;
        spawn_rate?: number;
        type: "flame2d";
        velocity?: number;
    }
    Index

    Properties

    blur_amount?: number

    Blur radius in pixels

    2
    

    0

    5

    high_band?: string

    high band flame

    '#0000FF'
    
    intensity?: number

    Application of the audio power input

    0.5
    

    0.0

    1.0

    low_band?: string

    low band flame

    '#FF0000'
    
    mid_band?: string

    mid band flame

    '#00FF00'
    
    spawn_rate?: number

    Particles spawn rate

    0.5
    

    0.0

    1.0

    type: "flame2d"
    velocity?: number

    Trips to top per second

    0.3
    

    0.1

    1.0