ledfx
    Preparing search index...

    Interface FilterEffectConfig

    Specific configuration for the 'filter' effect.

    interface FilterEffectConfig {
        boost?: number;
        color?: string;
        frequency_range?: "Beat" | "Bass" | "Lows (beat+bass)" | "Mids" | "High";
        roll_speed?: number;
        type: "filter";
        use_gradient?: boolean;
    }
    Index

    Properties

    boost?: number

    Boost the brightness of the effect on a parabolic curve

    0.0
    

    0.0

    1.0

    color?: string

    Simple color selector

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

    Frequency range for derived brightness

    'Lows (beat+bass)'
    
    roll_speed?: number

    0= no gradient roll, range 60 secs to 1 sec

    0.0
    

    0.0

    1.0

    type: "filter"
    use_gradient?: boolean

    Use gradient instead of color

    False