ledfx
    Preparing search index...

    Interface SpotlightEffectConfig

    Specific configuration for the 'spotlight' effect.

    interface SpotlightEffectConfig {
        center_color?: string;
        edge_color?: string;
        fade_time?: number;
        gradient_speed?: number;
        max_active_spots?: number;
        spot_color_span?: number;
        spot_width?: number;
        type: "spotlight";
        use_gradient?: boolean;
    }
    Index
    center_color?: string

    Color at spotlight center when gradient is disabled

    '#FFFFFF'
    
    edge_color?: string

    Color at spotlight edge when gradient is disabled

    '#4AA3FF'
    
    fade_time?: number

    How long a spotlight fades out in seconds

    0.8
    

    0.05

    8.0

    gradient_speed?: number

    How fast the gradient color advances (cycles per second)

    0.12
    

    0.0

    3.0

    max_active_spots?: number

    Maximum simultaneous fading spotlights

    28
    

    1

    128

    spot_color_span?: number

    Color spread from center to edge when using gradient

    0.08
    

    0.0

    1.0

    spot_width?: number

    Spotlight width relative to strip length (%)

    8.0
    

    0.5

    100.0

    type: "spotlight"
    use_gradient?: boolean

    Use LedFx gradient instead of fixed spotlight colors

    True